aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-19 19:29:42 +0000
committerNils Gillmann <ng0@n0.is>2018-05-19 19:29:42 +0000
commitfca4c4dfc0d1a10dc7ec29bc3e95ba73561ae94e (patch)
treee73fb03658a54ae9232fceffe5fe763d1b3d9321 /src/peerinfo-tool
parent8fae2f1cf6bf1ae9183f6b1afa0294ab357fbfbc (diff)
downloadgnunet-fca4c4dfc0d1a10dc7ec29bc3e95ba73561ae94e.tar.gz
gnunet-fca4c4dfc0d1a10dc7ec29bc3e95ba73561ae94e.zip
Fix failing peerinfo test
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/peerinfo-tool')
-rwxr-xr-xsrc/peerinfo-tool/test_gnunet_peerinfo.py.in4
1 files changed, 2 insertions, 2 deletions
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 @@
1#!@PYTHON@ 1#!@PYTHON@
2# This file is part of GNUnet. 2# This file is part of GNUnet.
3# (C) 2010 Christian Grothoff (and other contributing authors) 3# (C) 2010, 2018 Christian Grothoff (and other contributing authors)
4# 4#
5# GNUnet is free software; you can redistribute it and/or modify 5# GNUnet is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published 6# it under the terms of the GNU General Public License as published
@@ -26,7 +26,7 @@ import shutil
26import time 26import time
27 27
28srcdir = "../.." 28srcdir = "../.."
29gnunet_pyexpect_dir = os.path.join (srcdir, "contrib") 29gnunet_pyexpect_dir = os.path.join (srcdir, "contrib/scripts")
30if gnunet_pyexpect_dir not in sys.path: 30if gnunet_pyexpect_dir not in sys.path:
31 sys.path.append (gnunet_pyexpect_dir) 31 sys.path.append (gnunet_pyexpect_dir)
32 32