summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonmi%netscape.com <devnull@localhost>2001-06-13 17:42:29 +0000
committersonmi%netscape.com <devnull@localhost>2001-06-13 17:42:29 +0000
commite44ff2b5256864bf2f647c8672aa72bfeea8e217 (patch)
treef730cc08321a20eba49f6eabcd04f5c29e854213
parent90dfa0470c00aebf3bde49a05daea7ba14ae8584 (diff)
downloadnss-hg-e44ff2b5256864bf2f647c8672aa72bfeea8e217.tar.gz
removed -v option, made client and server write at the same time
-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 d5274006b..b0058b86e 100755
--- a/security/nss/tests/ssl/ssl.sh
+++ b/security/nss/tests/ssl/ssl.sh
@@ -92,7 +92,7 @@ ssl_init()
fileout=0 #FIXME, looks like all.sh tried to turn this on but actually didn't
#fileout=1
- verbose="-v" #FIXME - see where this is usefull
+ #verbose="-v" #FIXME - see where this is usefull
cd ${CLIENTDIR}
}