summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorslavomir.katuscak%sun.com <devnull@localhost>2008-02-27 13:15:09 +0000
committerslavomir.katuscak%sun.com <devnull@localhost>2008-02-27 13:15:09 +0000
commita8f94cac684395742d231e2af7c256809a7df960 (patch)
tree0bc718fb1097ccd55de73bd4bc7c96bf6f79fe9c
parent8d37f466657fa801c476f97d8ff2da7978639d75 (diff)
downloadnss-hg-a8f94cac684395742d231e2af7c256809a7df960.tar.gz
Bug 348198: Fix for previous patch.
-rwxr-xr-xsecurity/nss/tests/ssl/ssl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/ssl/ssl.sh b/security/nss/tests/ssl/ssl.sh
index 7b8f71bd9..02ad51ffb 100755
--- a/security/nss/tests/ssl/ssl.sh
+++ b/security/nss/tests/ssl/ssl.sh
@@ -251,7 +251,7 @@ start_selfserv()
# Bug 348198 - temporary patch
# Print processes and list of open ports, in case that selfserv fails.
- if [ ${RET} -ne 0 && "${OS_NAME}" = "SunOS" ]; then
+ if [ ${RET} -ne 0 -a "${OS_NAME}" = "SunOS" ]; then
ps -ef
netstat -af inet
fi