From 41ce959a3b6b0a72e3855953054d0bf7119ce6c2 Mon Sep 17 00:00:00 2001 From: grev Date: Fri, 11 Sep 2009 16:06:21 +0000 Subject: [PATCH] b=18623 o=Ed.Giesen i=grev move unset ENABLE_QUOTA to after config file read --- lustre/tests/sanity-quota.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index b5aab76..4ae1102 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -43,8 +43,6 @@ IUNIT_SZ=${IUNIT_SZ:-10} # min inode quota unit MAX_DQ_TIME=604800 MAX_IQ_TIME=604800 -unset ENABLE_QUOTA - TRACE=${TRACE:-""} LUSTRE=${LUSTRE:-`dirname $0`/..} . $LUSTRE/tests/test-framework.sh @@ -52,6 +50,8 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} DIRECTIO=${DIRECTIO:-$LUSTRE/tests/directio} +unset ENABLE_QUOTA + remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0 remote_ost_nodsh && skip "remote OST with nodsh" && exit 0 -- 1.8.3.1