aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_tools.py.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-02 10:16:12 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-02 10:16:12 +0100
commitb10aed674f795793f20162f45cd8a1707b308718 (patch)
treec562293c50d28d0f47a4fec05eddcbd77ee6d873 /src/dht/test_dht_tools.py.in
parent68ab49e28a51b4d877cbd37ad10868a482133c52 (diff)
downloadgnunet-b10aed674f795793f20162f45cd8a1707b308718.tar.gz
gnunet-b10aed674f795793f20162f45cd8a1707b308718.zip
set PATH during testcase
Diffstat (limited to 'src/dht/test_dht_tools.py.in')
-rw-r--r--src/dht/test_dht_tools.py.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dht/test_dht_tools.py.in b/src/dht/test_dht_tools.py.in
index 9489d12c1..5ceabbfad 100644
--- a/src/dht/test_dht_tools.py.in
+++ b/src/dht/test_dht_tools.py.in
@@ -20,6 +20,8 @@ import subprocess
20import time 20import time
21import tempfile 21import tempfile
22 22
23os.environ["PATH"] = "@bindir@" + ":" + os.environ["PATH"];
24
23if os.name == "nt": 25if os.name == "nt":
24 tmp = os.getenv ("TEMP") 26 tmp = os.getenv ("TEMP")
25else: 27else: