diff options
author | Nils Gillmann <ng0@n0.is> | 2018-05-22 17:03:14 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-05-22 17:03:14 +0000 |
commit | e4e8919f890be7ecd8b397de23b19ad82151f956 (patch) | |
tree | 21f540a89f9af04bacafd934f00eed0608a235b0 /src/integration-tests | |
parent | 607c927d86d3911639eebf8454d4065e7d557082 (diff) |
+
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/integration-tests')
-rw-r--r-- | src/integration-tests/gnunet_testing.py.in | 2 |
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: self.verbose = verbose; self.name = testname; srcdir = "../.." - gnunet_pyexpect_dir = os.path.join (srcdir, "contrib") + gnunet_pyexpect_dir = os.path.join (srcdir, "contrib/scripts") if gnunet_pyexpect_dir not in sys.path: sys.path.append (gnunet_pyexpect_dir) self.gnunetarm = '' |