aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_disconnect.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/test_integration_disconnect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_disconnect.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/test_integration_disconnect.py.in b/src/integration-tests/test_integration_disconnect.py.in
index 537ae86bf..4c08289f5 100755
--- a/src/integration-tests/test_integration_disconnect.py.in
+++ b/src/integration-tests/test_integration_disconnect.py.in
@@ -49,7 +49,7 @@ check_timeout = 30
49 49
50def cleanup (): 50def cleanup ():
51 if os.name == "nt": 51 if os.name == "nt":
52 shutil.rmtree (os.path.join (os.getenv ("TEMP"), "gnunet-test-fs-py-ns"), True) 52 shutil.rmtree (os.path.join (os.getenv ("TEMP"), "c_bootstrap_server"), True)
53 shutil.rmtree (os.path.join (os.getenv ("TEMP"), "c_no_nat_client"), True) 53 shutil.rmtree (os.path.join (os.getenv ("TEMP"), "c_no_nat_client"), True)
54 else: 54 else:
55 shutil.rmtree ("/tmp/c_bootstrap_server/", True) 55 shutil.rmtree ("/tmp/c_bootstrap_server/", True)