From: Dave Chinner Date: Mon, 20 Jan 2014 06:22:34 +0000 (+0000) Subject: xfs/073, 208: remove .full output before starting the test X-Git-Tag: v2022.05.01~3279 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5b524eedc5de8b119033be14a4768f4bec6be7bb;p=users%2Fhch%2Fxfstests-dev.git xfs/073, 208: remove .full output before starting the test Otherwise we end up with an ever-growing file for every test that is run and that makes it hard to isolate failures. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Rich Johnston --- diff --git a/tests/generic/208 b/tests/generic/208 index badd52208..58d1d083a 100755 --- a/tests/generic/208 +++ b/tests/generic/208 @@ -45,6 +45,8 @@ _cleanup() _supported_fs generic _supported_os Linux +rm -f $seqres.full + _run_aiodio aio-dio-invalidate-failure exit $status diff --git a/tests/xfs/073 b/tests/xfs/073 index 4280fa9e9..ca553ae6f 100755 --- a/tests/xfs/073 +++ b/tests/xfs/073 @@ -133,6 +133,8 @@ _supported_os Linux _require_scratch _require_loop +rm -f $seqres.full + _scratch_mkfs_xfs -dsize=41m,agcount=2 | _filter_mkfs 2>/dev/null _scratch_mount 2>/dev/null || _fail "initial scratch mount failed"