QA test updates.

Fix test so that it works with larger inode sizes also.
This commit is contained in:
fsgqa
2003-06-01 21:40:24 +00:00
parent 911c75235a
commit 204feb7d9d
2 changed files with 11 additions and 3 deletions
+4 -2
View File
@@ -74,8 +74,10 @@ mount()
_test_mount()
{
TEST_OPTIONS=""
[ -z "$TEST_RTDEV" ] || TEST_OPTIONS="$TEST_OPTIONS -ortdev=$TEST_RTDEV"
[ -z "$TEST_LOGDEV" ] || TEST_OPTIONS="$TEST_OPTIONS -ologdev=$TEST_LOGDEV"
[ "$USE_EXTERNAL" = yes -a ! -z "$TEST_RTDEV" ] && \
TEST_OPTIONS="$TEST_OPTIONS -ortdev=$TEST_RTDEV"
[ "$USE_EXTERNAL" = yes -a ! -z "$TEST_LOGDEV" ] && \
TEST_OPTIONS="$TEST_OPTIONS -ologdev=$TEST_LOGDEV"
mount -t xfs $TEST_OPTIONS $* $TEST_DEV $TEST_DIR
}