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 <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
 _supported_fs generic
 _supported_os Linux
 
+rm -f $seqres.full
+
 _run_aiodio aio-dio-invalidate-failure
 
 exit $status
 
 _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"