diff options
Diffstat (limited to 'system/coreutils/disable-csplit-io-err-test.patch')
-rw-r--r-- | system/coreutils/disable-csplit-io-err-test.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/coreutils/disable-csplit-io-err-test.patch b/system/coreutils/disable-csplit-io-err-test.patch deleted file mode 100644 index 035d84486..000000000 --- a/system/coreutils/disable-csplit-io-err-test.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/tests/misc/csplit-io-err.sh 2017-09-20 01:17:21.000000000 +0000 -+++ b/tests/misc/csplit-io-err.sh 2018-08-02 09:14:34.897772887 +0000 -@@ -20,6 +20,8 @@ - print_ver_ csplit - require_gcc_shared_ - -+skip_ 'test relies on glibc-specific behavior' -+ - if ! test -w /dev/full || ! test -c /dev/full; then - skip_ '/dev/full is required' - fi |