aboutsummaryrefslogtreecommitdiffstats
path: root/patch-test/test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpatch-test/test6
1 files changed, 3 insertions, 3 deletions
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