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, 11 insertions, 0 deletions
diff --git a/system/coreutils/disable-csplit-io-err-test.patch b/system/coreutils/disable-csplit-io-err-test.patch new file mode 100644 index 000000000..035d84486 --- /dev/null +++ b/system/coreutils/disable-csplit-io-err-test.patch @@ -0,0 +1,11 @@ +--- 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 |