mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
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:
parent
7f308aa7b1
commit
cbd9262281
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue