aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_fs_rec.py.in
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-22 17:02:29 +0000
committerNils Gillmann <ng0@n0.is>2018-05-22 17:02:29 +0000
commit607c927d86d3911639eebf8454d4065e7d557082 (patch)
tree7cd5c99a0ce70ed8fdb597bed05c4fd2aca255e9 /src/fs/test_gnunet_fs_rec.py.in
parent5faaa453f3fcc0bf9ee2f277c56524a095c77b94 (diff)
downloadgnunet-607c927d86d3911639eebf8454d4065e7d557082.tar.gz
gnunet-607c927d86d3911639eebf8454d4065e7d557082.zip
fix test locations
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/fs/test_gnunet_fs_rec.py.in')
-rwxr-xr-xsrc/fs/test_gnunet_fs_rec.py.in2
1 files changed, 1 insertions, 1 deletions
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
27import filecmp 27import filecmp
28 28
29srcdir = "../.." 29srcdir = "../.."
30gnunet_pyexpect_dir = os.path.join (srcdir, "contrib") 30gnunet_pyexpect_dir = os.path.join (srcdir, "contrib/scripts")
31if gnunet_pyexpect_dir not in sys.path: 31if gnunet_pyexpect_dir not in sys.path:
32 sys.path.append (gnunet_pyexpect_dir) 32 sys.path.append (gnunet_pyexpect_dir)
33 33