summaryrefslogblamecommitdiff
path: root/system/coreutils/disable-csplit-io-err-test.patch
blob: 035d8448605b18a27439b1497b71589471ea0ad8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
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