aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-26 11:38:13 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-26 11:38:13 +0000
commit97a1b44e62c2f04629c55ba699810bc9bb3268a6 (patch)
tree52d0b766d92eeca6674698229e687fb508142cb8 /src/peerinfo-tool
parenta2b337b3814f8d0181c4c179ac348774adbf735e (diff)
downloadgnunet-97a1b44e62c2f04629c55ba699810bc9bb3268a6.tar.gz
gnunet-97a1b44e62c2f04629c55ba699810bc9bb3268a6.zip
define loopback more broadly
Diffstat (limited to 'src/peerinfo-tool')
-rwxr-xr-xsrc/peerinfo-tool/test_gnunet_peerinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/test_gnunet_peerinfo.py b/src/peerinfo-tool/test_gnunet_peerinfo.py
index 9cef97f76..804b4cb2a 100755
--- a/src/peerinfo-tool/test_gnunet_peerinfo.py
+++ b/src/peerinfo-tool/test_gnunet_peerinfo.py
@@ -52,7 +52,7 @@ try:
52 52
53 pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf -n') 53 pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf -n')
54 pinfo.expect (re.compile ("Peer `.*\' with trust *0\r")); 54 pinfo.expect (re.compile ("Peer `.*\' with trust *0\r"));
55 pinfo.expect (re.compile (" *127.0.0.1:24357\r")); 55 pinfo.expect (re.compile (" *127..*:24357\r"));
56 pinfo.expect (pexpect.EOF); 56 pinfo.expect (pexpect.EOF);
57 57
58 pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf -qs') 58 pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf -qs')