From 1f27d926a8ca6d4c3ca3018d7a4ebb592ba87260 Mon Sep 17 00:00:00 2001
From: Mattias Andrée <maandree@kth.se>
Date: Sun, 27 Mar 2016 20:58:17 +0200
Subject: m
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Mattias Andrée <maandree@kth.se>
---
 patch-test/test | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'patch-test/test')

diff --git a/patch-test/test b/patch-test/test
index 2e8b994..9fd6f5a 100755
--- a/patch-test/test
+++ b/patch-test/test
@@ -48,9 +48,9 @@ report ()
 report_np ()
 {
 	if test $1 = 0; then
-		printf "\033[1;32mTest %s OK (NON-POSIX)\033[m\n" "$2"
+		printf "\033[1;32mTest %s OK (NON-STANDARD)\033[m\n" "$2"
 	else
-		printf "\033[1;31mTest %s FAILED (NON-POSIX)\033[m\n" "$2"
+		printf "\033[1;31mTest %s FAILED (NON-STANDARD)\033[m\n" "$2"
 	fi
 }
 
@@ -1669,7 +1669,7 @@ cat result1 result2 > result
 ! grep FAILED < result > /dev/null
 ret=$?
 if test $ret != 0; then
-	if test $(grep FAILED < result | grep -v NON-POSIX | wc -l) = 0; then
+	if test $(grep FAILED < result | grep -v NON-STANDARD | wc -l) = 0; then
 		ret=1
 	else
 		ret=2
-- 
cgit v1.2.3-70-g09d2