aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_gnunet_statistics.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/test_gnunet_statistics.py.in')
-rw-r--r--src/statistics/test_gnunet_statistics.py.in4
1 files changed, 2 insertions, 2 deletions
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:
13 tmp = "/tmp" 13 tmp = "/tmp"
14 14
15if os.name == 'nt': 15if os.name == 'nt':
16 st = 'gnunet-statistics.exe' 16 st = './gnunet-statistics.exe'
17 arm = 'gnunet-arm.exe' 17 arm = 'gnunet-arm.exe'
18else: 18else:
19 st = 'gnunet-statistics' 19 st = './gnunet-statistics'
20 arm = 'gnunet-arm' 20 arm = 'gnunet-arm'
21 21
22run_st = [st, '-c', 'test_statistics_api_data.conf'] 22run_st = [st, '-c', 'test_statistics_api_data.conf']