From: Nils Gillmann Date: Tue, 22 May 2018 17:03:14 +0000 (+0000) Subject: + X-Git-Tag: v0.11.0pre66~36^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e4e8919f890be7ecd8b397de23b19ad82151f956;p=oweals%2Fgnunet.git + Signed-off-by: Nils Gillmann --- 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 = ''