From ed974bdaa41396c1d83bd49a41510e33143f6572 Mon Sep 17 00:00:00 2001 From: "julien.pierre.bugs%sun.com" Date: Wed, 29 Mar 2006 06:54:56 +0000 Subject: [PATCH] Remove comment in ssl.sh that messes execution. Part of fix for bug 331413. --- security/nss/tests/ssl/ssl.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/security/nss/tests/ssl/ssl.sh b/security/nss/tests/ssl/ssl.sh index e0badc3990f..2f532424c03 100755 --- a/security/nss/tests/ssl/ssl.sh +++ b/security/nss/tests/ssl/ssl.sh @@ -173,8 +173,6 @@ kill_selfserv() if [ "${OS_ARCH}" = "WINNT" -o "${OS_ARCH}" = "WIN95" -o "${OS_ARCH}" = "OS2" ]; then ${KILL} ${PID} else - # SIGUSR1 is only supported on Unix - # selfserv will terminate cleanly and call NSS_Shutdown() when receiving it ${KILL} -USR1 ${PID} fi wait ${PID}