From ca3a21725ae5f3dcd6423c72eb6798f66c3e1aea Mon Sep 17 00:00:00 2001 From: anserper Date: Tue, 17 Mar 2009 12:38:52 +0000 Subject: [PATCH] b=18811 i=Elena Gryaznova (grev) remove the dead code in test 22 --- lustre/tests/sanity-quota.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 4990882..c9a2177 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1712,18 +1712,13 @@ test_21() { run_test_with_stat 21 "run for fixing bug16053 ===========" test_22() { - local SAVEREFORMAT - - SAVEREFORMAT=$REFORMAT $LFS quotaoff -ug $DIR || error "could not turn quotas off" quota_save_version "ug" - REFORMAT="reformat" stopall mount setupall - REFORMAT=$SAVEREFORMAT echo "checking parameters" -- 1.8.3.1