mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Fix path to large_file in teardown class
This commit is contained in:
parent
a68a0dbabf
commit
bbff749862
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue