coreutils: Skip another test that fails on btrfs
This commit is contained in:
parent
84462371eb
commit
a6c3003f34
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
|
|||
# The test tends to fail on btrfs, f2fs and maybe other unusual filesystems.
|
||||
sed '2i echo Skipping dd sparse test && exit 77' -i ./tests/dd/sparse.sh
|
||||
sed '2i echo Skipping du threshold test && exit 77' -i ./tests/du/threshold.sh
|
||||
sed '2i echo Skipping cp reflink-auto test && exit 77' -i ./tests/cp/reflink-auto.sh
|
||||
sed '2i echo Skipping cp sparse test && exit 77' -i ./tests/cp/sparse.sh
|
||||
sed '2i echo Skipping rm deep-2 test && exit 77' -i ./tests/rm/deep-2.sh
|
||||
sed '2i echo Skipping du long-from-unreadable test && exit 77' -i ./tests/du/long-from-unreadable.sh
|
||||
|
|
Loading…
Reference in a new issue