Don't depend on mkfs.xfs output in some tests

Tests 136 and 206 rely on mkfs.xfs output.

136 test was currently broken with hardcoded mkfs.xfs output (that
contained for example meta-data=/dev/sda8). Drop that part from
output.

Ignore projid32bit output existence for test 206.

Signed-off-by: Arkadiusz Miśkiewicz <arekm@maven.pl>
Signed-off-by: Alex Elder <aelder@sgi.com>
This commit is contained in:
Arkadiusz Miśkiewicz
2010-10-02 07:45:19 +00:00
committed by Alex Elder
parent 82faf28da5
commit 06bd0b2f31
3 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ _supported_os IRIX Linux
_require_scratch
export MKFS_OPTIONS="-i size=512,attr=2"
_scratch_mkfs_xfs
_scratch_mkfs_xfs > /dev/null 2>&1
_scratch_mount
file=$SCRATCH_MNT/file