diff options
Diffstat (limited to 'pc/Makefile.tst')
-rw-r--r-- | pc/Makefile.tst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 0ad89736..e850d2d4 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -1999,8 +1999,9 @@ nlstrina: nlstringtest:: @echo $@ - @echo Expect nlstringtest to fail with DJGPP. - @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 LANGUAGE= ; \ + @echo Expect nlstringtest to fail with DJGPP and MinGW when not built with gettext. +# @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 LANGUAGE= + @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=FRA_FRA.1252 LANGUAGE= ; \ AWKPATH="$(srcdir)" $(AWK) -f $@.awk "$(srcdir)" >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ |