aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-10-12 15:07:30 +0000
committerLRN <lrn1986@gmail.com>2013-10-12 15:07:30 +0000
commit5352043a7c079cd5728a39eec34e595a40f4cef0 (patch)
tree9fed0d7642c53de06bfe851a754550369f77f050 /src/statistics
parent84cfe8f6ed53f0e3b6fc53ef4213b463d90187d2 (diff)
downloadgnunet-5352043a7c079cd5728a39eec34e595a40f4cef0.tar.gz
gnunet-5352043a7c079cd5728a39eec34e595a40f4cef0.zip
Change the tmp dir after .conf
Diffstat (limited to 'src/statistics')
-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: