mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 23:39:43 -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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user