summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/nss/tests/header6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/nss/tests/header b/security/nss/tests/header
index 55cbf8cb2..7b5d40360 100644
--- a/security/nss/tests/header
+++ b/security/nss/tests/header
@@ -166,7 +166,11 @@ fi
if [ -z "$BC_MASTER" ] # master directory for backwardscompatibility testing
then # a linux compiler bug prevents us from doing the
# testing against a rtm - so we rebuild the branch
- BC_MASTER="nss32/builds/20010510.1-nss-3.2-ref"
+ if [ "`uname -sp`" != "SunOS i386" ] ; then
+ BC_MASTER="nss32/builds/20010510.1-nss-3.2-ref"
+ else
+ BC_MASTER="nss32/builds/20010530.1.nss321_rtm_solaris"
+ fi
fi
BC_RELEASE=3.2
export BC_RELEASE