xfstests: cleanup duplicates in all tests

There are duplicate blank lines, comment hash and lines
containing duplicate seqres= declarations, remove them.

Signed-off-by: Rich Johnston <rjohnston@sgi.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
This commit is contained in:
Rich Johnston
2013-04-03 17:31:49 +00:00
parent d1ec02af9e
commit 0efd4f4d48
305 changed files with 0 additions and 708 deletions
-4
View File
@@ -30,8 +30,6 @@
seq=`basename $0`
seqres=$RESULT_DIR/$seq
seqres=$RESULT_DIR/$seq
seqres=$RESULT_DIR/$seq
echo "QA output created by $seq"
here=`pwd`
@@ -53,7 +51,6 @@ _filter_io()
#
# 1: [128..199]: 212280..212351 0 (212280..212351) 72 10000
#
#
_filter_bmap()
{
awk '$3 ~ /hole/ { print $1, $2, $3; next }
@@ -61,7 +58,6 @@ _filter_bmap()
{print $1, $2}' >> $seqres.full
}
# get standard environment, filters and checks
. ./common/rc
. ./common/filter