]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: fix incorrect redirect in generic/232
authorDave Chinner <dchinner@redhat.com>
Wed, 1 May 2013 08:32:02 +0000 (08:32 +0000)
committerRich Johnston <rjohnston@sgi.com>
Fri, 3 May 2013 14:22:13 +0000 (09:22 -0500)
commite6c6abd6dcacafa778d610451a023ec93c1b352e
treeafed5c6cfdca794c3a4962fbd43f401fd13e9df1
parent3ac75605de1fbbaae9505799b46c44fbe053f04e
xfstests: fix incorrect redirect in generic/232

generic/232 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.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
tests/generic/232