aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/gnunet_testing.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/gnunet_testing.py.in')
-rw-r--r--src/integration-tests/gnunet_testing.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/gnunet_testing.py.in b/src/integration-tests/gnunet_testing.py.in
index 81dff3f06..d53aa1592 100644
--- a/src/integration-tests/gnunet_testing.py.in
+++ b/src/integration-tests/gnunet_testing.py.in
@@ -217,7 +217,7 @@ class Peer:
217 #server.expect ("stdout", re.compile (r"")) 217 #server.expect ("stdout", re.compile (r""))
218 test = server.read("stdout", 10240) 218 test = server.read("stdout", 10240)
219 if (test.find(str(value)) == -1): 219 if (test.find(str(value)) == -1):
220 return value 220 return -1
221 else: 221 else:
222 return value 222 return value
223 223