[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests: cp/sparse-fiemap: use "seq 99q" in place of "head -99
From: |
Jim Meyering |
Subject: |
Re: [PATCH] tests: cp/sparse-fiemap: use "seq 99q" in place of "head -99" |
Date: |
Tue, 21 Jun 2011 14:38:36 +0200 |
Bernhard Voelker wrote:
> Thanks. The new patch is attached.
...
> Subject: [PATCH] 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 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tests/cp/sparse-fiemap b/tests/cp/sparse-fiemap
> index 3d34077..37d8ea7 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
Thanks. Pushed.