aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2014-02-04 16:35:19 +0000
committerLRN <lrn1986@gmail.com>2014-02-04 16:35:19 +0000
commit957f4e0d854c8173f7131d463814a8b629470c1d (patch)
tree61fc21332533e6add84071101ae109545b4c2973 /src/peerinfo-tool
parent991d4eaa448df2e774e80e1a61bd308f95cd991e (diff)
downloadgnunet-957f4e0d854c8173f7131d463814a8b629470c1d.tar.gz
gnunet-957f4e0d854c8173f7131d463814a8b629470c1d.zip
Update peerinfo tool test after r32025 changed the output
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 f007bf8f0..97fb5dfa5 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: Timeout transmitting iteration request to `PEERINFO\' service.\r?\n')) 46pinfo.expect ("stdout", re.compile (r'Service `peerinfo\' is not running, please start GNUnet\r?\n'))
47pinfo.expect ("stdout", "EOF") 47pinfo.expect ("stdout", "EOF")
48 48
49 49