aboutsummaryrefslogtreecommitdiffstats
path: root/basename-test/test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbasename-test/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/basename-test/test b/basename-test/test
index 03a7f98..8cab7a3 100755
--- a/basename-test/test
+++ b/basename-test/test
@@ -115,7 +115,7 @@ done
! 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