diff --git a/tests/Makefile b/tests/Makefile index f83d18689..e33fe52f7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -433,7 +433,7 @@ ifndef WINDOWS RESULT=`$(CHECK_PRELOAD) ./$${i} | grep -v 'PASS$$' | grep -v -- '----' | grep -v '^$$'`; \ PASSED=`echo $$RESULT |grep PASSED`; \ echo " $$RESULT"; \ - if [ "$$PASSED" == "" ]; \ + if [ "$$PASSED" = "" ]; \ then \ echo "**** Failed ***************"; \ RETURN=1; \