From 2c2d9ac07e21dd6c15559bd35033303ae8d83a8c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Jul 2010 21:02:58 +0000 Subject: fix --- src/peerinfo-tool/test_gnunet_peerinfo.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peerinfo-tool') 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') -- cgit v1.2.3