From: Nils Gillmann Date: Sat, 19 May 2018 19:29:42 +0000 (+0000) Subject: Fix failing peerinfo test X-Git-Tag: v0.11.0pre66~36^2~52 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fca4c4dfc0d1a10dc7ec29bc3e95ba73561ae94e;p=oweals%2Fgnunet.git Fix failing peerinfo test Signed-off-by: Nils Gillmann --- diff --git a/src/peerinfo-tool/test_gnunet_peerinfo.py.in b/src/peerinfo-tool/test_gnunet_peerinfo.py.in index 3207c2c2f..657096962 100755 --- a/src/peerinfo-tool/test_gnunet_peerinfo.py.in +++ b/src/peerinfo-tool/test_gnunet_peerinfo.py.in @@ -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)