summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonmi%netscape.com <devnull@localhost>2000-12-22 03:02:01 +0000
committersonmi%netscape.com <devnull@localhost>2000-12-22 03:02:01 +0000
commitb7ec121f0abe4dd684c97b5b1fc096c4d6cc11a8 (patch)
treed5847af360e203f4c0fab23c28a0fa53c95576c2
parent1576f4b1556e45f888753ad5c77aeeeeaa9730e7 (diff)
downloadnss-hg-b7ec121f0abe4dd684c97b5b1fc096c4d6cc11a8.tar.gz
breaking the world record for NT bugs per minute
-rwxr-xr-xsecurity/nss/tests/qaclean5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/nss/tests/qaclean b/security/nss/tests/qaclean
index d2f9043a0..90b513236 100755
--- a/security/nss/tests/qaclean
+++ b/security/nss/tests/qaclean
@@ -46,6 +46,10 @@ Ps()
Kill()
{
+ if [ "$1" = "$$" ]
+ then
+ return
+ fi
echo "Killing PID $1"
kill $1
sleep 1
@@ -101,6 +105,7 @@ case $os_name in
esac
}
+nt_warning
case $1 in
?*)
rsh $1 '/u/sonmi/bin/qaclean'