From fca4c4dfc0d1a10dc7ec29bc3e95ba73561ae94e Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Sat, 19 May 2018 19:29:42 +0000 Subject: Fix failing peerinfo test Signed-off-by: Nils Gillmann --- src/peerinfo-tool/test_gnunet_peerinfo.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3