mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-14 01:46:28 -04:00
Fix path to large_file in teardown class
This commit is contained in:
parent
0e95749e33
commit
8e4c70e7fb
@ -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…
x
Reference in New Issue
Block a user