aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/test_gnunet_peerinfo.py.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-23 16:03:36 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-23 16:03:36 +0000
commit4eecf868f0ed39d472884cf6b415bb3b3460dee7 (patch)
tree29f6a714a60cec3f03a55c09f4244bf1ee358f68 /src/peerinfo-tool/test_gnunet_peerinfo.py.in
parenta539ef2a879ff65e548aa0bb2ad6de65ba04275a (diff)
downloadgnunet-4eecf868f0ed39d472884cf6b415bb3b3460dee7.tar.gz
gnunet-4eecf868f0ed39d472884cf6b415bb3b3460dee7.zip
avoid use of CLIENT_service_test which is dying
Diffstat (limited to 'src/peerinfo-tool/test_gnunet_peerinfo.py.in')
-rwxr-xr-xsrc/peerinfo-tool/test_gnunet_peerinfo.py.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/peerinfo-tool/test_gnunet_peerinfo.py.in b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
index a0af9eff3..3207c2c2f 100755
--- a/src/peerinfo-tool/test_gnunet_peerinfo.py.in
+++ b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
@@ -42,9 +42,6 @@ elif os.name == 'nt':
42 gnunettesting = 'gnunet-testing.exe' 42 gnunettesting = 'gnunet-testing.exe'
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)
46pinfo.expect ("stdout", re.compile (r'Service `peerinfo\' is not running, please start GNUnet\r?\n'))
47pinfo.expect ("stdout", "EOF")
48 45
49 46
50if os.name == "nt": 47if os.name == "nt":