From 39850a9dc3d789303b91816275314898c0ae80e2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 5 Nov 2012 13:55:14 +0000 Subject: -fix no-dot-in-path issue on FreeBSD bot --- src/dht/test_dht_tools.py.in | 4 ++-- 1 file 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': arm = 'gnunet-arm.exe' else: pif = 'gnunet-peerinfo' - get = 'gnunet-dht-get' - put = 'gnunet-dht-put' + get = './gnunet-dht-get' + put = './gnunet-dht-put' arm = 'gnunet-arm' tf, tempcfg = tempfile.mkstemp (prefix='test_dht_api_peer1.') -- cgit v1.2.3