summaryrefslogtreecommitdiff
path: root/tests/cp/sparse-fiemap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/sparse-fiemap.sh')
-rwxr-xr-xtests/cp/sparse-fiemap.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cp/sparse-fiemap.sh b/tests/cp/sparse-fiemap.sh
index 47ddf2943..59b7db38d 100755
--- a/tests/cp/sparse-fiemap.sh
+++ b/tests/cp/sparse-fiemap.sh
@@ -64,7 +64,8 @@ fi
f()
{
sed 's/ [a-z,][a-z,]*$//' $@ \
- | $AWK '/^ *[0-9]/ {printf "%d %d ", $2, (NF<5 ? $NF : $5) } END {print ""}'
+ | $AWK '/^ *[0-9]/ {printf "%d %d ", $2, (NF>=6 ? $6 : (NF<5 ? $NF : $5)) }
+ END {print ""}'
}
for i in $(seq 1 2 21); do