[<prev] [next>] [day] [month] [year] [list]
Message-ID: <515C92C6.8010506@sandeen.net>
Date: Wed, 03 Apr 2013 15:36:22 -0500
From: Eric Sandeen <sandeen@...deen.net>
To: rjohnston@....com
CC: xfs@....sgi.com, linux-ext4@...r.kernel.org,
linux-btrfs@...r.kernel.org
Subject: Re: [PATCH] cleanup duplicates in all tests
On 4/3/13 12:31 PM, rjohnston@....com wrote:
> There are duplicate blank lines, comment hash and lines
> containing duplicate seqres= declarations, remove them.
>
> Signed-off-by: Rich Johnston <rjohnston@....com>
>
> ---
> tests/btrfs/254 | 3 ---
> tests/btrfs/264 | 4 ----
> tests/btrfs/265 | 3 ---
> tests/btrfs/276 | 3 ---
> tests/btrfs/284 | 3 ---
nothing but dup line removal:
$ egrep "^[-+][a-z]" bigpatch | sort | uniq
-seqres=$RESULT_DIR/$seq
and every file still has one left:
$ for FILE in `guilt files`; do grep -c "seqres=$RESULT_DIR" $FILE; done | sort | uniq
1
Looks good to me! :)
Reviewed-by: Eric Sandeen <sandeen@...hat.com>
Thanks,
-Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists