summaryrefslogtreecommitdiff
path: root/tests/cp/fiemap-perf.sh
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-01-10 21:12:38 +0000
committerPádraig Brady <P@draigBrady.com>2015-01-10 21:18:33 +0000
commiteef0cd62dd63c12e28b1c7779fb149a8a30f8fe7 (patch)
tree789e43749002627c935449f8b60584ad1a78367a /tests/cp/fiemap-perf.sh
parentfb13cdc727541adef0010279f770f2afa358002e (diff)
downloadcoreutils-eef0cd62dd63c12e28b1c7779fb149a8a30f8fe7.tar.xz
maint: clean up some test issues identified with shellcheck
* tests/cp/cp-a-selinux.sh: Comment why unused variables are assigned. Fix misspellings noticed while adjusting. * tests/cp/fiemap-perf.sh: Fix quoting. * tests/misc/shuf.sh: Avoid useless use of cat. * tests/misc/printf-surprise.sh: Likewise.
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'