fix test locations
authorNils Gillmann <ng0@n0.is>
Tue, 22 May 2018 17:02:29 +0000 (17:02 +0000)
committerNils Gillmann <ng0@n0.is>
Tue, 22 May 2018 17:02:29 +0000 (17:02 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
src/fs/test_gnunet_fs_idx.py.in
src/fs/test_gnunet_fs_rec.py.in

index bd8aa5f7a194a195bed7f4e050ae9e1f5b982fd4..30592c2e44e86b56698215c545760c96802c4d97 100755 (executable)
@@ -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)
 
index 3828a65c984bd77de5d609cc2d62453b6375f65f..e20a9ff784419a9e831d685f06b4394f58269e61 100755 (executable)
@@ -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)