mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
@@ -24,8 +24,6 @@
|
||||
|
||||
seq=`basename $0`
|
||||
seqres=$RESULT_DIR/$seq
|
||||
seqres=$RESULT_DIR/$seq
|
||||
seqres=$RESULT_DIR/$seq
|
||||
echo "QA output created by $seq"
|
||||
|
||||
here=`pwd`
|
||||
@@ -39,7 +37,6 @@ _cleanup()
|
||||
rm -f $tmp.*
|
||||
}
|
||||
|
||||
|
||||
_check_paths()
|
||||
{
|
||||
_path=$1 # might want to only check this path
|
||||
@@ -143,7 +140,6 @@ _test_hardlink()
|
||||
_check_paths $SCRATCH_MNT/$x
|
||||
done
|
||||
|
||||
|
||||
echo ""
|
||||
echo "now try removing half of the hardlinks"
|
||||
echo ""
|
||||
@@ -178,7 +174,6 @@ _test_hardlink()
|
||||
# dir to dir2 where dir2 does not exist
|
||||
# dir to dir/dir3 - not allowed
|
||||
#
|
||||
#
|
||||
_test_rename()
|
||||
{
|
||||
echo ""
|
||||
@@ -238,7 +233,6 @@ _filter_num()
|
||||
-e 's/seed = [0-9][0-9]*/seed = S/'
|
||||
}
|
||||
|
||||
|
||||
_test_fsstress()
|
||||
{
|
||||
echo ""
|
||||
@@ -264,7 +258,6 @@ _test_fsstress()
|
||||
_check_paths
|
||||
}
|
||||
|
||||
|
||||
_test_dirstress()
|
||||
{
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user