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.
This commit is contained in:
Nathan Scott
2003-02-08 22:59:28 +00:00
parent 7f69f68795
commit 2b381ac8df
+1 -1
View File
@@ -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 /'`