aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool')
-rwxr-xr-xsrc/peerinfo-tool/test_gnunet_peerinfo.py.in2
1 files changed, 1 insertions, 1 deletions
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
24import re 24import re
25 25
26pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf') 26pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf')
27pinfo.expect ('Timeout trying to interact with PEERINFO service\r') 27pinfo.expect ('Error in communication with PEERINFO service\r')
28pinfo.expect (pexpect.EOF); 28pinfo.expect (pexpect.EOF);
29os.system ('rm -rf /tmp/gnunet-test-peerinfo/') 29os.system ('rm -rf /tmp/gnunet-test-peerinfo/')
30os.system ('gnunet-arm -sq -c test_gnunet_peerinfo_data.conf') 30os.system ('gnunet-arm -sq -c test_gnunet_peerinfo_data.conf')