From: Nathan Scott Date: Sat, 8 Feb 2003 22:59:28 +0000 (+0000) Subject: Fix qa test 033 - if we have to retry mkfs with a different inode size, X-Git-Tag: v1.1.0~1009 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=2b381ac8df46667ed9b5bf2a08095b78d011fb02 Fix qa test 033 - if we have to retry mkfs with a different inode size, make sure that output is not also in the result. --- diff --git a/033 b/033 index cfc2f6f3..ec6276a0 100755 --- a/033 +++ b/033 @@ -78,7 +78,7 @@ _require_scratch mkfs_xfs $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs source $tmp.mkfs [ $isize -lt 512 ] && \ - mkfs_xfs -isize=512 $SCRATCH_DEV | _filter_mkfs 2>/dev/null + mkfs_xfs -isize=512 $SCRATCH_DEV | _filter_mkfs >/dev/null 2>&1 `xfs_db -r -c sb -c p $SCRATCH_DEV | grep 'ino = ' | \ sed -e 's/ //g' -e 's/^/export /'`