diff --git a/Lib/test/test_gzip.py b/Lib/test/test_gzip.py index b072ce4682c0fe..17ecda2089f250 100644 --- a/Lib/test/test_gzip.py +++ b/Lib/test/test_gzip.py @@ -735,7 +735,7 @@ def test_compress_stdin_outfile(self): self.assertEqual(out[:2], b"\x1f\x8b") @create_and_remove_directory(TEMPDIR) - def test_compress_infile_outfile(self): + def test_compress_infile_outfile_default(self): local_testgzip = os.path.join(TEMPDIR, 'testgzip') gzipname = local_testgzip + '.gz' self.assertFalse(os.path.exists(gzipname))