Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / dht / test_dht_tools.py.in
index 9489d12c15361164cccf02cc0527210253162701..5ceabbfada96e0d537ec92eb5d7c4b5f3bcb2284 100644 (file)
@@ -20,6 +20,8 @@ import subprocess
 import time
 import tempfile
 
+os.environ["PATH"] = "@bindir@" + ":" + os.environ["PATH"];
+
 if os.name == "nt":
   tmp = os.getenv ("TEMP")
 else: