summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-10-17 17:23:25 +1100
committerMiguel Jacq <mig@mig5.net>2018-10-17 17:23:25 +1100
commitbbff74986221336af0fc5114708643fabc230d78 (patch)
tree477193c8a54db641ca064d985d92696e9bea213d /tests
parenta68a0dbabfe9a108014bed0e3fe6ae05c22b637a (diff)
downloadonionshare-bbff74986221336af0fc5114708643fabc230d78.tar.gz
onionshare-bbff74986221336af0fc5114708643fabc230d78.zip
Fix path to large_file in teardown class
Diffstat (limited to 'tests')
-rw-r--r--tests/GuiBaseTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GuiBaseTest.py b/tests/GuiBaseTest.py
index af5f1944..68f18f72 100644
--- a/tests/GuiBaseTest.py
+++ b/tests/GuiBaseTest.py
@@ -62,7 +62,7 @@ class GuiBaseTest(object):
try:
os.remove('/tmp/test.txt')
os.remove('/tmp/settings.json')
- os.remove('/tmp/largefile')
+ os.remove('/tmp/large_file')
shutil.rmtree('/tmp/OnionShare')
shutil.rmtree('/tmp/testdir')
except: