]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected check
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 20 Feb 2014 19:51:53 +0000 (20:51 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 20 Feb 2014 19:57:42 +0000 (20:57 +0100)
tests/cert-tests/template-test

index 49e07956ccb66b5f27ff3a404b9056eb388881e7..6fe12a668593b3167294e8e1333f4a49f997dd9a 100755 (executable)
@@ -114,7 +114,7 @@ datefudge "2007-04-22" \
     --outfile tmp-tt.pem 2>/dev/null
 rc=$?
 
-if test "$rc" == "0"; then
+if test "$rc" = "0"; then
   echo "Test 3 (DN-err) failed"
   exit $rc
 fi