Fixed Makefile leftover typo
diff --git a/tests/Makefile b/tests/Makefile
index b2a5fe6..4d70858 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -301,7 +301,7 @@
 	for i in $(APPS);														\
 	do																		\
 		echo " - $${i}";													\
-		RESULT=`./$${i} | grep -v 'PASS$$' | grep -v -- '-----' | grep -v '^$$'`;	\
+		RESULT=`./$${i} | grep -v 'PASS$$' | grep -v -- '----' | grep -v '^$$'`;	\
 		FAILED=`echo $$RESULT |grep FAILED`; 								\
 		echo "   $$RESULT";													\
 		if [ "$$FAILED" != "" ];											\