diff options
author | Jim Meyering <meyering@redhat.com> | 2011-01-31 14:44:15 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-01-31 14:44:15 +0100 |
commit | 3aae01fa9b3759da90854e7423bfc75b8c634afd (patch) | |
tree | b4beec102a94a8fcf4c90c6a64388954c2c28533 /tests/cp/fiemap-perf | |
parent | 31dc21f693b5dc9c267be89934ea4cb306806e39 (diff) | |
download | coreutils-3aae01fa9b3759da90854e7423bfc75b8c634afd.tar.xz |
tests: factor fiemap-related predicate into init.cfg
* tests/init.cfg (fiemap_capable_): New function.
* tests/cp/fiemap-perf: Use it.
* tests/cp/sparse-fiemap: Likewise.
* tests/cp/fiemap-2: Likewise.
Diffstat (limited to 'tests/cp/fiemap-perf')
-rwxr-xr-x | tests/cp/fiemap-perf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/fiemap-perf b/tests/cp/fiemap-perf index bd8fab8d4..62272439b 100755 --- a/tests/cp/fiemap-perf +++ b/tests/cp/fiemap-perf @@ -20,7 +20,7 @@ print_ver_ cp # Require a fiemap-enabled FS. -df -T -t btrfs -t xfs -t ext4 -t ocfs2 . \ +fiemap_capable_ . \ || skip_ "this file system lacks FIEMAP support" # Create a large-but-sparse file. |