summaryrefslogtreecommitdiff
path: root/security/nss/tests/set_environment
diff options
context:
space:
mode:
authorsonja.mirtitsch%sun.com <devnull@localhost>2001-12-03 23:00:02 +0000
committersonja.mirtitsch%sun.com <devnull@localhost>2001-12-03 23:00:02 +0000
commitbf41c3743e4e7badcc15d536d6433bfe8ff6143c (patch)
tree19a52be3c690c8dc25687c395ae089a2b84a2bc3 /security/nss/tests/set_environment
parentd8f1103fc86f83d6f8b5762a9d6410ef927f66e5 (diff)
downloadnss-hg-bf41c3743e4e7badcc15d536d6433bfe8ff6143c.tar.gz
commiting some changes (backwardcompatibility tests, uname -p problem,
numbers of tests...) before starting to work on tinderbox problem, log hard to find. 111229
Diffstat (limited to 'security/nss/tests/set_environment')
-rw-r--r--security/nss/tests/set_environment2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/set_environment b/security/nss/tests/set_environment
index a1a8a8596..829d6c6d9 100644
--- a/security/nss/tests/set_environment
+++ b/security/nss/tests/set_environment
@@ -39,7 +39,7 @@ CVSROOT=:pserver:svbld@redcvs.red.iplanet.com:/m/src
os_name=`uname -s`
os_version=`uname -r`
-os_p=`uname -p`
+#os_p=`uname -p`
os_full=""
if [ -f /u/svbld/bin/nsarch ]