aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-05 13:55:14 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-05 13:55:14 +0000
commit39850a9dc3d789303b91816275314898c0ae80e2 (patch)
tree551d682e0a216f06e4796e64170cd36f4ab24c5c /src/dht
parent62f7736a0c70bfffab52212615318b9a9db5f9fc (diff)
downloadgnunet-39850a9dc3d789303b91816275314898c0ae80e2.tar.gz
gnunet-39850a9dc3d789303b91816275314898c0ae80e2.zip
-fix no-dot-in-path issue on FreeBSD bot
Diffstat (limited to 'src/dht')
-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.')