We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8612b commit 0a1634cCopy full SHA for 0a1634c
1 file changed
Lib/test/test_zipfile/test_core.py
@@ -3964,13 +3964,13 @@ def setUpClass(cls):
3964
with open(TESTFN, 'wb'):
3965
pass
3966
cls.fmode = os.stat(TESTFN).st_mode
3967
- os.unlink(TESTFN)
+ unlink(TESTFN)
3968
3969
def setUp(self):
3970
os.mkdir(TESTFNDIR)
3971
3972
def tearDown(self):
3973
3974
rmtree(TESTFNDIR)
3975
3976
def make_test_archive(self, data):
0 commit comments