summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonmi%netscape.com <devnull@localhost>2001-07-09 17:48:34 +0000
committersonmi%netscape.com <devnull@localhost>2001-07-09 17:48:34 +0000
commitec9170f48bdbd9501dc27f826164e397baccc7c3 (patch)
treefa415b6b80c778ebb849435ab3b98e5abb57279f
parent0923ea75e47bca9f40843bc3e87859e189d23773 (diff)
downloadnss-hg-ec9170f48bdbd9501dc27f826164e397baccc7c3.tar.gz
took unnecessary backwardcompatibility test out
-rwxr-xr-xsecurity/nss/tests/nssqa2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/nssqa b/security/nss/tests/nssqa
index 702395e97..9e744b5e2 100755
--- a/security/nss/tests/nssqa
+++ b/security/nss/tests/nssqa
@@ -251,7 +251,7 @@ nssqa_main()
TEST_LEVEL=0
-while [ $TEST_LEVEL -lt 3 ] ; do
+while [ $TEST_LEVEL -lt 2 ] ; do
export TEST_LEVEL
unset BUILD_OPT;export BUILD_OPT;Debug "BUILD_OPT $BUILD_OPT"
unset USE_64;export USE_64;Debug "USE_64 $USE_64"