aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/test_gnunet_peerinfo.py.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-02 13:57:01 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-02 13:57:01 +0000
commitc7c2dd8a0d343b047115269c6a6c4ea62a4de1e5 (patch)
tree5a325295ea5b529ee47299fe981b2ca310d8347e /src/peerinfo-tool/test_gnunet_peerinfo.py.in
parent36acce256ce3d0a4dd85bb562b82895ed9f4017b (diff)
downloadgnunet-c7c2dd8a0d343b047115269c6a6c4ea62a4de1e5.tar.gz
gnunet-c7c2dd8a0d343b047115269c6a6c4ea62a4de1e5.zip
-dot
Diffstat (limited to 'src/peerinfo-tool/test_gnunet_peerinfo.py.in')
-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 8a954641a..bff673e3b 100755
--- a/src/peerinfo-tool/test_gnunet_peerinfo.py.in
+++ b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
@@ -43,7 +43,7 @@ elif os.name == 'nt':
43 43
44pinfo = pexpect () 44pinfo = pexpect ()
45pinfo.spawn (None, [peerinfo, '-i', '-c', 'test_gnunet_peerinfo_data.conf', '-L', 'ERROR'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 45pinfo.spawn (None, [peerinfo, '-i', '-c', 'test_gnunet_peerinfo_data.conf', '-L', 'ERROR'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
46pinfo.expect ("stdout", re.compile (r'Error in communication with PEERINFO service: Failed to transmit iteration request to `PEERINFO\' service\r?\n')) 46pinfo.expect ("stdout", re.compile (r'Error in communication with PEERINFO service: Timeout transmitting iteration request to `PEERINFO\' service.\r?\n'))
47pinfo.expect ("stdout", "EOF") 47pinfo.expect ("stdout", "EOF")
48 48
49if os.name == "nt": 49if os.name == "nt":