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 54fcccf commit f4e9207Copy full SHA for f4e9207
Lib/test/test_shutil.py
@@ -1910,7 +1910,7 @@ def test_unzip_zipfile(self):
1910
except subprocess.CalledProcessError as exc:
1911
details = exc.output.decode(errors="replace")
1912
if any(message in details for message in [
1913
- 'unrecognized option: t', # Info-ZIP
+ 'unrecognized option: t', # BusyBox
1914
'invalid option -- t', # Android
1915
]):
1916
self.skipTest("unzip doesn't support -t")
0 commit comments