diff --git a/tests/generic/208 b/tests/generic/208 index badd5220..58d1d083 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 4280fa9e..ca553ae6 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"