From: Eric Sandeen Subject: Re: [PATCH] cleanup duplicates in all tests Date: Wed, 03 Apr 2013 15:36:22 -0500 Message-ID: <515C92C6.8010506@sandeen.net> References: <20130403173245.376605011@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: xfs@oss.sgi.com, linux-ext4@vger.kernel.org, linux-btrfs@vger.kernel.org To: rjohnston@sgi.com Return-path: In-Reply-To: <20130403173245.376605011@sgi.com> Sender: linux-btrfs-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On 4/3/13 12:31 PM, rjohnston@sgi.com wrote: > There are duplicate blank lines, comment hash and lines > containing duplicate seqres= declarations, remove them. > > Signed-off-by: Rich Johnston > > --- > 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 Thanks, -Eric