aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_tools.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_tools.py.in')
-rw-r--r--src/dht/test_dht_tools.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/test_dht_tools.py.in b/src/dht/test_dht_tools.py.in
index c4d8c0889..724783661 100644
--- a/src/dht/test_dht_tools.py.in
+++ b/src/dht/test_dht_tools.py.in
@@ -20,8 +20,8 @@ if os.name == 'nt':
20 arm = 'gnunet-arm.exe' 20 arm = 'gnunet-arm.exe'
21else: 21else:
22 pif = 'gnunet-peerinfo' 22 pif = 'gnunet-peerinfo'
23 get = 'gnunet-dht-get' 23 get = './gnunet-dht-get'
24 put = 'gnunet-dht-put' 24 put = './gnunet-dht-put'
25 arm = 'gnunet-arm' 25 arm = 'gnunet-arm'
26 26
27tf, tempcfg = tempfile.mkstemp (prefix='test_dht_api_peer1.') 27tf, tempcfg = tempfile.mkstemp (prefix='test_dht_api_peer1.')