about summary refs log tree commit diff
path: root/pkgs/tools/misc/coreutils
diff options
context:
space:
mode:
authorJosef Kemetmüller <josef.kemetmueller@gmail.com>2022-09-08 01:33:38 +0200
committerJosef Kemetmüller <josef.kemetmueller@gmail.com>2022-09-08 01:39:30 +0200
commita6c3003f34bba763dc3ace21e07bc0dcf9140319 (patch)
tree4d4be516dcf3c167f652fc2f8f53b84126161a3d /pkgs/tools/misc/coreutils
parent84462371ebdff40d6303232a0f7372bcf0886084 (diff)
coreutils: Skip another test that fails on btrfs
Diffstat (limited to 'pkgs/tools/misc/coreutils')
-rw-r--r--pkgs/tools/misc/coreutils/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix
index 90fd78ed04c1c..a89621e8fe5f8 100644
--- a/pkgs/tools/misc/coreutils/default.nix
+++ b/pkgs/tools/misc/coreutils/default.nix
@@ -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