coreutils: disable a new test for now

As discussed in #42880, this test and functionality is new,
and apparently noone will look deeper for now.
This commit is contained in:
Vladimír Čunát 2018-09-01 16:49:38 +02:00
parent 7f308aa7b1
commit cbd9262281
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
sed '2i echo Skipping rm deep-2 test && exit 0' -i ./tests/rm/deep-2.sh
sed '2i echo Skipping du long-from-unreadable test && exit 0' -i ./tests/du/long-from-unreadable.sh
sed '2i echo Skipping chmod setgid test && exit 0' -i ./tests/chmod/setgid.sh
sed '2i print "Skipping env -S test"; exit 0;' -i ./tests/misc/env-S.pl
substituteInPlace ./tests/install/install-C.sh \
--replace 'mode3=2755' 'mode3=1755'
'';