coreutils: skip dd/sparse test (fixes #6306)

It's not done very nicely, as the main build log still prints as if the
test ran and succeeded, but I'm lazy to dig deeper into the framework.
This commit is contained in:
Vladimír Čunát 2015-03-18 20:20:18 +01:00
parent e924f05cc3
commit e73933da9c

View file

@ -18,6 +18,11 @@ let
sha256 = "0bdq6yggyl7nkc2pbl6pxhhyx15nyqhz3ds6rfn448n6rxdwlhzc";
};
# The test tends to fail on btrfs and maybe other unusual filesystems.
postPatch = ''
sed '2i echo Skipping dd sparse test && exit 0' -i ./tests/dd/sparse.sh
'';
nativeBuildInputs = [ perl ];
buildInputs = [ gmp ]
++ optional aclSupport acl