summaryrefslogtreecommitdiff
path: root/tests/cipher
diff options
context:
space:
mode:
authorElio Maldonado <emaldona@redhat.com>2015-02-23 22:16:19 +0100
committerElio Maldonado <emaldona@redhat.com>2015-02-23 22:16:19 +0100
commit211f3896c17a9723eaf4e0b747cd8dbbd92829ca (patch)
treef60a6d95d3f759e8b679ae35f0482ed8e664c1b5 /tests/cipher
parent996add10ce4237caee7dcd603ce7ae9a8ab7f72e (diff)
downloadnss-hg-211f3896c17a9723eaf4e0b747cd8dbbd92829ca.tar.gz
Bug 1128367 - syntax errors in some of the test shell scripts, r=kaie
Diffstat (limited to 'tests/cipher')
-rwxr-xr-xtests/cipher/cipher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cipher/cipher.sh b/tests/cipher/cipher.sh
index 12e78e185..1d2561d9c 100755
--- a/tests/cipher/cipher.sh
+++ b/tests/cipher/cipher.sh
@@ -124,7 +124,7 @@ cipher_cleanup()
# built and the cipher suite run as part of an nss-softoken build.
if [ ! -x ${DIST}/${OBJDIR}/bin/bltest${PROG_SUFFIX} ]; then
echo "bltest not built, skipping this test." >> ${LOGFILE}
- res = 0
+ res=0
html_msg $res $EXP_RET "$TESTNAME"
return 0
fi