From 6301c72b6f79281c13f05b80aff3cf14f4d35db8 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Tue, 21 Jun 2011 10:10:39 +0200 Subject: tests: cp/sparse-fiemap: use "head -n99" in place of "head -99" * tests/cp/sparse-fiemap: Use "head -n99" in place of "head -99". The latter is officially obsolete. --- tests/cp/sparse-fiemap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cp') diff --git a/tests/cp/sparse-fiemap b/tests/cp/sparse-fiemap index 3d340777b..37d8ea7a4 100755 --- a/tests/cp/sparse-fiemap +++ b/tests/cp/sparse-fiemap @@ -106,7 +106,7 @@ for i in $(seq 1 2 21); do || { warn_ ignoring filefrag-reported extent map differences # Show the differing extent maps. - head -99 ff1 ff2 + head -n99 ff1 ff2 } fi test $fail = 1 && break 2 -- cgit v1.2.3-54-g00ecf