[PATCH] xfstests: make 223 use more compatible indirection operator
Alain Renaud
arenaud at sgi.com
Fri Oct 1 08:09:33 CDT 2010
Hello all,
I notice while running xfstests on SLES machine that the test 223 fail
because of syntax error.
# bash 223
QA output created by 223
223: line 66: syntax error near unexpected token `>'
223: line 66: ` _scratch_mkfs_geom $SUNIT_BYTES 4 $BLOCKSIZE&>> $seq.full'
The error is due to the use of the '&>>' operator for redirection that does not
work on older bash version(3.2.x).
Note that this operator only seem to work with bash version 4.X+
This patch simply replace the operator with '>> $seq.full 2>&1' which does
the same thing.
--
Signed-off-by: Alain Renaud <arenaud at sgi.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 223.patch
Type: text/x-patch
Size: 1561 bytes
Desc: not available
URL: <http://oss.sgi.com/pipermail/xfs/attachments/20101001/2c608f00/attachment.patch>
More information about the xfs
mailing list