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