summaryrefslogtreecommitdiff
path: root/tests/init.cfg
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2011-02-13 18:56:10 +0000
committerPádraig Brady <P@draigBrady.com>2011-02-15 00:02:29 +0000
commit0f56019db8d5a58e87adb61c7aab411113daf3c0 (patch)
treea31c2ed9bc790c0f641be63c8f77c1de39e9ceb7 /tests/init.cfg
parent275c831a3c4fd53638d4a1109cd266c359abc3c1 (diff)
downloadcoreutils-0f56019db8d5a58e87adb61c7aab411113daf3c0.tar.xz
tests: support more file systems in the cp fiemap tests
* tests/cp/sparse-fiemap: Check for fiemap support against a file rather than a directory to enable tests on BTRFS for example. Explicity disable the test on ext3 or file systems where we can't determine the type. * tests/cp/fiemap-perf: Likewise. Also disable the test on older BTRFS (like in Fedora 14), where extents are returned for holes. * tests/init.cfg: Comment that BTRFS only supports fiemap for regular files.
Diffstat (limited to 'tests/init.cfg')
-rw-r--r--tests/init.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.cfg b/tests/init.cfg
index eb3feaad0..f74d50cc0 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -296,7 +296,7 @@ require_proc_pid_status_()
}
# Return nonzero if the specified path is on a file system for
-# which FIEMAP support exists. Note some file systems (like ext3)
+# which FIEMAP support exists. Note some file systems (like ext3 and btrfs)
# only support FIEMAP for files, not directories.
fiemap_capable_()
{