Fix path to large_file in teardown class

This commit is contained in:
Miguel Jacq 2018-10-17 17:23:25 +11:00
parent a68a0dbabf
commit bbff749862
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -62,7 +62,7 @@ class GuiBaseTest(object):
try: try:
os.remove('/tmp/test.txt') os.remove('/tmp/test.txt')
os.remove('/tmp/settings.json') os.remove('/tmp/settings.json')
os.remove('/tmp/largefile') os.remove('/tmp/large_file')
shutil.rmtree('/tmp/OnionShare') shutil.rmtree('/tmp/OnionShare')
shutil.rmtree('/tmp/testdir') shutil.rmtree('/tmp/testdir')
except: except: