From: Nils Gillmann Date: Tue, 22 May 2018 17:02:29 +0000 (+0000) Subject: fix test locations X-Git-Tag: v0.11.0pre66~36^2~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=607c927d86d3911639eebf8454d4065e7d557082;p=oweals%2Fgnunet.git fix test locations Signed-off-by: Nils Gillmann --- diff --git a/src/fs/test_gnunet_fs_idx.py.in b/src/fs/test_gnunet_fs_idx.py.in index bd8aa5f7a..30592c2e4 100755 --- a/src/fs/test_gnunet_fs_idx.py.in +++ b/src/fs/test_gnunet_fs_idx.py.in @@ -25,7 +25,7 @@ import re import shutil 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) diff --git a/src/fs/test_gnunet_fs_rec.py.in b/src/fs/test_gnunet_fs_rec.py.in index 3828a65c9..e20a9ff78 100755 --- a/src/fs/test_gnunet_fs_rec.py.in +++ b/src/fs/test_gnunet_fs_rec.py.in @@ -27,7 +27,7 @@ import tarfile import filecmp 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)