Blame SOURCES/coreutils-8.22-temporarytestoff.patch

5244b2
diff -urNp coreutils-8.22-orig/tests/df/df-symlink.sh coreutils-8.22/tests/df/df-symlink.sh
5244b2
--- coreutils-8.22-orig/tests/df/df-symlink.sh	2013-12-04 15:48:30.000000000 +0100
5244b2
+++ coreutils-8.22/tests/df/df-symlink.sh	2013-12-14 18:20:15.822594995 +0100
5244b2
@@ -18,6 +18,9 @@
5244b2
 
5244b2
 . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
5244b2
 print_ver_ df
5244b2
+#df doesn't work correctly on symlinks when on LVM/LUKS filesystem, therefore
5244b2
+#marking expensive_ to disable by default
5244b2
+expensive_
5244b2
 
5244b2
 disk=$(df --out=source '.' | tail -n1) ||
5244b2
   skip_ "cannot determine '.' file system"