From 16d21a3a2f100e33c2aaeea12a8e4ce41d252507 Mon Sep 17 00:00:00 2001 From: LRN Date: Fri, 16 Aug 2013 04:08:03 +0000 Subject: Fix invocation of just-built tools --- src/statistics/test_gnunet_statistics.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/statistics') diff --git a/src/statistics/test_gnunet_statistics.py.in b/src/statistics/test_gnunet_statistics.py.in index 0d3c984eb..b2da410a2 100644 --- a/src/statistics/test_gnunet_statistics.py.in +++ b/src/statistics/test_gnunet_statistics.py.in @@ -13,10 +13,10 @@ else: tmp = "/tmp" if os.name == 'nt': - st = 'gnunet-statistics.exe' + st = './gnunet-statistics.exe' arm = 'gnunet-arm.exe' else: - st = 'gnunet-statistics' + st = './gnunet-statistics' arm = 'gnunet-arm' run_st = [st, '-c', 'test_statistics_api_data.conf'] -- cgit v1.2.3