Fix path to large_file in teardown class

This commit is contained in:
Miguel Jacq 2018-10-17 17:23:25 +11:00
parent 0e95749e33
commit 8e4c70e7fb

View File

@ -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: