aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 cc3e18b06..9ca514df4 100644
--- a/src/integration-tests/gnunet_testing.py.in
+++ b/src/integration-tests/gnunet_testing.py.in
@@ -205,7 +205,7 @@ class Test:
205 self.verbose = verbose; 205 self.verbose = verbose;
206 self.name = testname; 206 self.name = testname;
207 srcdir = "../.." 207 srcdir = "../.."
208 gnunet_pyexpect_dir = os.path.join (srcdir, "contrib") 208 gnunet_pyexpect_dir = os.path.join (srcdir, "contrib/scripts")
209 if gnunet_pyexpect_dir not in sys.path: 209 if gnunet_pyexpect_dir not in sys.path:
210 sys.path.append (gnunet_pyexpect_dir) 210 sys.path.append (gnunet_pyexpect_dir)
211 self.gnunetarm = '' 211 self.gnunetarm = ''