mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 07:19:41 -05:00
Fix path to large_file in teardown class
This commit is contained in:
parent
a68a0dbabf
commit
bbff749862
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user