xfstests: fix incorrect redirect in generic/233
authorDave Chinner <dchinner@redhat.com>
Tue, 14 May 2013 13:34:44 +0000 (08:34 -0500)
committerRich Johnston <rjohnston@sgi.com>
Tue, 14 May 2013 13:34:44 +0000 (08:34 -0500)
commitef6b44446143e7bea4ef17b4493e23ca1cdb64b2
treec49175fd683e648745bc20c388c9a03ddf041216
parent96fce07867cdd55f1731663a0014b418d8b0ed6c
xfstests: fix incorrect redirect in generic/233

generic/233 attempts to direct output to tee, but instead of using a
pipe it uses an append operator. Hence it leaves a file named "tee"
in the root directory of the xfstests execution path. Just direct
the output to the $seqres.full file rather than trying to tee it
into the test output as well.

Reported-by: "Michael L. Semon" <mlsemon35@gmail.com>
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
tests/generic/233