]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: cp/sparse-fiemap: use "head -n99" in place of "head -99"
authorBernhard Voelker <mail@bernhard-voelker.de>
Tue, 21 Jun 2011 08:10:39 +0000 (10:10 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 21 Jun 2011 12:37:53 +0000 (14:37 +0200)
* tests/cp/sparse-fiemap: Use "head -n99" in place of "head -99".
The latter is officially obsolete.

tests/cp/sparse-fiemap

index 3d340777b84204fd8e432d29c9a9ed99ce5875f1..37d8ea7a437126cb4b6c5c79e924ee0d52f60232 100755 (executable)
@@ -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