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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/test_gnunet_statistics.py.in b/src/statistics/test_gnunet_statistics.py.in
index b2da410a2..a7785ba1f 100644
--- a/src/statistics/test_gnunet_statistics.py.in
+++ b/src/statistics/test_gnunet_statistics.py.in
@@ -26,7 +26,7 @@ if debug:
26 run_arm += [debug.split (' ')] 26 run_arm += [debug.split (' ')]
27 27
28def cleanup (): 28def cleanup ():
29 shutil.rmtree (os.path.join (tmp, "test-gnunetd-statistics"), True) 29 shutil.rmtree (os.path.join (tmp, "test-gnunet-statistics"), True)
30 30
31def sub_run (args, want_stdo = True, want_stde = False, nofail = False): 31def sub_run (args, want_stdo = True, want_stde = False, nofail = False):
32 if want_stdo: 32 if want_stdo: