aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_tools.py.in
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-08-16 04:08:03 +0000
committerLRN <lrn1986@gmail.com>2013-08-16 04:08:03 +0000
commit16d21a3a2f100e33c2aaeea12a8e4ce41d252507 (patch)
treeaa8e53d1d398d27ee72ac6489e0d080ff5b48057 /src/dht/test_dht_tools.py.in
parenta67f39e2f07320d19f3f03d6ca22ae5ee53ea230 (diff)
downloadgnunet-16d21a3a2f100e33c2aaeea12a8e4ce41d252507.tar.gz
gnunet-16d21a3a2f100e33c2aaeea12a8e4ce41d252507.zip
Fix invocation of just-built tools
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 186c39b96..1c6bdea18 100644
--- a/src/dht/test_dht_tools.py.in
+++ b/src/dht/test_dht_tools.py.in
@@ -15,8 +15,8 @@ else:
15 15
16if os.name == 'nt': 16if os.name == 'nt':
17 pif = 'gnunet-peerinfo.exe' 17 pif = 'gnunet-peerinfo.exe'
18 get = 'gnunet-dht-get.exe' 18 get = './gnunet-dht-get.exe'
19 put = 'gnunet-dht-put.exe' 19 put = './gnunet-dht-put.exe'
20 arm = 'gnunet-arm.exe' 20 arm = 'gnunet-arm.exe'
21else: 21else:
22 pif = 'gnunet-peerinfo' 22 pif = 'gnunet-peerinfo'