summaryrefslogtreecommitdiff
path: root/tests/cp/fiemap-perf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/fiemap-perf.sh')
-rwxr-xr-xtests/cp/fiemap-perf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/fiemap-perf.sh b/tests/cp/fiemap-perf.sh
index 0f18b45b0..5517ad0cc 100755
--- a/tests/cp/fiemap-perf.sh
+++ b/tests/cp/fiemap-perf.sh
@@ -35,7 +35,7 @@ timeout 10 truncate -s1T f ||
# Disable this test on old BTRFS (e.g. Fedora 14)
# which reports (unwritten) extents for holes.
-filefrag f || skip_ 'the 'filefrag' utility is missing'
+filefrag f || skip_ "the 'filefrag' utility is missing"
filefrag f | grep -F ': 0 extents found' > /dev/null ||
skip_ 'this file system reports extents for holes'