From 2b381ac8df46667ed9b5bf2a08095b78d011fb02 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sat, 8 Feb 2003 22:59:28 +0000 Subject: [PATCH 1/1] 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. --- 033 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /'` -- 2.30.2