aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_fs_idx.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_idx.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_idx.py.in')
-rwxr-xr-xsrc/fs/test_gnunet_fs_idx.py.in2
1 files changed, 1 insertions, 1 deletions
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
25import shutil 25import shutil
26 26
27srcdir = "../.." 27srcdir = "../.."
28gnunet_pyexpect_dir = os.path.join (srcdir, "contrib") 28gnunet_pyexpect_dir = os.path.join (srcdir, "contrib/scripts")
29if gnunet_pyexpect_dir not in sys.path: 29if gnunet_pyexpect_dir not in sys.path:
30 sys.path.append (gnunet_pyexpect_dir) 30 sys.path.append (gnunet_pyexpect_dir)
31 31