From: Nikos Mavrogiannopoulos Date: Sun, 2 Feb 2014 08:17:35 +0000 (+0100) Subject: corrected test-ciphersuites.sh test X-Git-Tag: gnutls_3_3_0pre0~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c992ffe6dce377f7858916ebc43f2a07e87c0cc;p=thirdparty%2Fgnutls.git corrected test-ciphersuites.sh test --- diff --git a/tests/suite/ciphersuite/test-ciphersuites.sh b/tests/suite/ciphersuite/test-ciphersuites.sh index dda41e9e48..028a92f8e7 100755 --- a/tests/suite/ciphersuite/test-ciphersuites.sh +++ b/tests/suite/ciphersuite/test-ciphersuites.sh @@ -1,11 +1,11 @@ #! /bin/sh nodejs --help >/dev/null 2>&1 -if test $? == 0;then +if test $? = 0;then NODEJS=nodejs else node --help >/dev/null 2>&1 - if test $? == 0;then + if test $? = 0;then NODEJS=node fi fi