Fix failing peerinfo test
authorNils Gillmann <ng0@n0.is>
Sat, 19 May 2018 19:29:42 +0000 (19:29 +0000)
committerNils Gillmann <ng0@n0.is>
Sat, 19 May 2018 19:29:42 +0000 (19:29 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
src/peerinfo-tool/test_gnunet_peerinfo.py.in

index 3207c2c2fe40847df0d507ee30f2004aa40e12f1..6570969622d3ff583fc9d68f596c9ab06bb2fc82 100755 (executable)
@@ -1,6 +1,6 @@
 #!@PYTHON@
 #    This file is part of GNUnet.
-#    (C) 2010 Christian Grothoff (and other contributing authors)
+#    (C) 2010, 2018 Christian Grothoff (and other contributing authors)
 #
 #    GNUnet is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published
@@ -26,7 +26,7 @@ import shutil
 import time
 
 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)