From 667086b01d6ea7a5ad324aeb0837dc6fc4b89d52 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Tue, 20 Aug 2013 23:11:06 +0200
Subject: [PATCH] Fixed Makefile leftover typo
---
tests/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile b/tests/Makefile
index b2a5fe65c..4d70858e8 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -301,7 +301,7 @@ ifndef WINDOWS
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" != "" ]; \