dhtlog updates
[oweals/gnunet.git] / src / peerinfo-tool / test_gnunet_peerinfo.py.in
index 01f76aa1efa53d959bdbe05973339e30f45b29bd..0398b39339436887b01dd74782877f7f66f09ea7 100755 (executable)
@@ -24,7 +24,7 @@ import signal
 import re
 
 pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf')
-pinfo.expect  ('Timeout trying to interact with PEERINFO service\r')
+pinfo.expect  ('Error in communication with PEERINFO service\r')
 pinfo.expect (pexpect.EOF);
 os.system ('rm -rf /tmp/gnunet-test-peerinfo/')
 os.system ('gnunet-arm -sq -c test_gnunet_peerinfo_data.conf')