From 8a79300f7fe39516a04e7ddaff04d6c252b54927 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 9 May 2002 20:16:55 +0000 Subject: [PATCH] Add extN support to new_fs helper function. --- lustre/tests/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index b787432..b37a87c 100644 --- a/lustre/tests/common.sh +++ b/lustre/tests/common.sh @@ -46,6 +46,7 @@ new_fs () { MKFSOPT="-b 4096" [ "$1" = "ext3" ] && MKFS="mkfs.ext2 -j" + [ "$1" = "extN" ] && MKFS="mkfs.ext2 -j" && EFILE="$1_ext3.gz" if [ -b "$2" ]; then [ $# -lt 2 -o $# -gt 3 ] && \ -- 1.8.3.1