]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected test-ciphersuites.sh test
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 2 Feb 2014 08:17:35 +0000 (09:17 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 2 Feb 2014 08:17:35 +0000 (09:17 +0100)
tests/suite/ciphersuite/test-ciphersuites.sh

index dda41e9e48dfedc426a5518b73ad44d7c67236b9..028a92f8e7a52a72885986e18ba96bcbdc133d64 100755 (executable)
@@ -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