From: Christian Grothoff Date: Sun, 11 Jul 2010 21:02:58 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~20981 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2c2d9ac07e21dd6c15559bd35033303ae8d83a8c;p=oweals%2Fgnunet.git fix --- diff --git a/src/peerinfo-tool/test_gnunet_peerinfo.py.in b/src/peerinfo-tool/test_gnunet_peerinfo.py.in index 01f76aa1e..0398b3933 100755 --- a/src/peerinfo-tool/test_gnunet_peerinfo.py.in +++ b/src/peerinfo-tool/test_gnunet_peerinfo.py.in @@ -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')