Skip to content

Commit f4e9207

Browse files
committed
Correct comment
1 parent 54fcccf commit f4e9207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_shutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,7 @@ def test_unzip_zipfile(self):
19101910
except subprocess.CalledProcessError as exc:
19111911
details = exc.output.decode(errors="replace")
19121912
if any(message in details for message in [
1913-
'unrecognized option: t', # Info-ZIP
1913+
'unrecognized option: t', # BusyBox
19141914
'invalid option -- t', # Android
19151915
]):
19161916
self.skipTest("unzip doesn't support -t")

0 commit comments

Comments
 (0)