From 211f3896c17a9723eaf4e0b747cd8dbbd92829ca Mon Sep 17 00:00:00 2001 From: Elio Maldonado Date: Mon, 23 Feb 2015 22:16:19 +0100 Subject: Bug 1128367 - syntax errors in some of the test shell scripts, r=kaie --- tests/cipher/cipher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cipher/cipher.sh') 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 -- cgit v1.2.1