diff options
Diffstat (limited to 'test/Maketests')
-rw-r--r-- | test/Maketests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Maketests b/test/Maketests index 2ef37caf..3433c651 100644 --- a/test/Maketests +++ b/test/Maketests @@ -801,7 +801,7 @@ pcntplus: @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ posix_compare: - @echo $@ + @echo $@ $(ZOS_FAIL) @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \ AWKPATH="$(srcdir)" $(AWK) -f $@.awk --posix >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ |