summaryrefslogtreecommitdiff
path: root/tests/cp/fiemap-empty
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/fiemap-empty')
-rwxr-xr-xtests/cp/fiemap-empty2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/fiemap-empty b/tests/cp/fiemap-empty
index efa4b660d..4ba4ee30e 100755
--- a/tests/cp/fiemap-empty
+++ b/tests/cp/fiemap-empty
@@ -29,7 +29,7 @@ fiemap_capable_ fiemap_chk ||
skip_ 'this file system lacks FIEMAP support'
rm fiemap_chk
-# TODO: rather than requiring `fallocate`, possible add
+# TODO: rather than requiring $(fallocate), possible add
# this functionality to truncate --alloc
fallocate --help >/dev/null || skip_ 'The fallocate utility is required'
fallocate -l 1 -n falloc.test ||