mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-10 10:25:03 -04:00
Fix path to large_file in teardown class
This commit is contained in:
parent
0e95749e33
commit
8e4c70e7fb
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…
Add table
Add a link
Reference in a new issue