coreutils: fix tests depending on setuid/setgid bits

This commit is contained in:
Franz Pletz 2017-06-21 20:27:57 +02:00
parent 4150f5e8ba
commit 6a850d2b11
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -31,6 +31,9 @@ stdenv.mkDerivation rec {
sed '2i echo Skipping cp sparse test && exit 0' -i ./tests/cp/sparse.sh
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
substituteInPlace ./tests/install/install-C.sh \
--replace 'mode3=2755' 'mode3=1755'
'';
outputs = [ "out" "info" ];