summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-10-11 06:47:36 +0000
committerwtc%netscape.com <devnull@localhost>2000-10-11 06:47:36 +0000
commita21e3a2432b8c0c67e1fe7210edcdf9da90f717f (patch)
tree9a69061418df496648c18e5790bb2b05723c4022
parentd42da3ee4ef1688855c8fbd43a1de806918536bf (diff)
downloadnss-hg-a21e3a2432b8c0c67e1fe7210edcdf9da90f717f.tar.gz
Commented out 'rm -rf ${TEMPFILES}' because TEMPFILES is not defined.
-rwxr-xr-xsecurity/nss/tests/cipher/cipher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/cipher/cipher.sh b/security/nss/tests/cipher/cipher.sh
index 132c85c48..2122d294b 100755
--- a/security/nss/tests/cipher/cipher.sh
+++ b/security/nss/tests/cipher/cipher.sh
@@ -184,7 +184,7 @@ fi
echo "</TABLE><BR>" >> ${RESULTS}
-rm -f ${TEMPFILES}
+#rm -f ${TEMPFILES}
cd ${CURDIR}
echo "</BODY></HTML>" >> ${RESULTS}