]> granicus.if.org Git - python/commit
bpo-29185: Fix `test_distutils` failures on Android (GH-4438)
authorxdegaye <xdegaye@gmail.com>
Sat, 18 Nov 2017 17:17:16 +0000 (18:17 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Nov 2017 17:17:16 +0000 (18:17 +0100)
commitd34d8fc24f23ccff5de03c9277da5acbbdc30e90
tree5a602b1dc355b16ffcf307c4444521c0f6c80494
parent9001d1f438e968f4d327313e0a95a49f22e724f4
bpo-29185: Fix `test_distutils` failures on Android (GH-4438)

* Run gzip with separate command line options (Android understands  '-f9' as the name of a file).
* Creation of a hard link is controled by SELinux on Android.
Lib/distutils/tests/test_archive_util.py
Lib/distutils/tests/test_file_util.py