aboutsummaryrefslogtreecommitdiffstats
path: root/pc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-20 21:59:49 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-20 21:59:49 +0300
commit0e199c11bb9d404dd513eccdda5598f0d45f995f (patch)
tree6c1afec215d503f6e159a5561a64d955ac2eaa28 /pc
parent80f5ff05db1a2e3fa67c81eb1caf120156d3634f (diff)
downloadegawk-0e199c11bb9d404dd513eccdda5598f0d45f995f.tar.gz
egawk-0e199c11bb9d404dd513eccdda5598f0d45f995f.tar.bz2
egawk-0e199c11bb9d404dd513eccdda5598f0d45f995f.zip
Update to gettext 0.20.2.
Diffstat (limited to 'pc')
-rw-r--r--pc/Makefile.tst3
1 files changed, 2 insertions, 1 deletions
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index e3fbc53c..e7d9c87a 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -343,6 +343,7 @@ EXPECTED_FAIL_ZOS = \
ignrcas2 lc_num1 localenl localenl mbfw1 mbprintf1 mbprintf2 \
mbprintf3 mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n nlstringtest \
nofile nonfatal2 numrange printhuge profile5 profile5 rebt8b2 \
+ posix_compare \
regrange reint2 rri1 sigpipe1 sort1 sortfor sortu space sprintfc \
subamp subi18n symtab1 symtab11 symtab8 timeout wideidx wideidx2 \
widesub widesub2 widesub3 widesub4
@@ -2035,7 +2036,7 @@ pcntplus:
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
posix_compare:
- @echo $@
+ @echo $@ $(ZOS_FAIL)
@[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=ENU_USA.1252; export GAWKLOCALE; \
AWKPATH="$(srcdir)" $(AWK) -f $@.awk --posix >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@