diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-25 18:30:53 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-25 18:30:53 +0200 |
commit | 15fdfc77601e1dbd79ae972bea3ef99e360692f3 (patch) | |
tree | c764267ad635606aa924be53b89141c1146b65be | |
parent | 4d336c7a806479d99f8563a26690a7039a78a91d (diff) | |
download | egawk-15fdfc77601e1dbd79ae972bea3ef99e360692f3.tar.gz egawk-15fdfc77601e1dbd79ae972bea3ef99e360692f3.tar.bz2 egawk-15fdfc77601e1dbd79ae972bea3ef99e360692f3.zip |
Update pc/Makefile.tst.
-rw-r--r-- | pc/ChangeLog | 5 | ||||
-rw-r--r-- | pc/Makefile.tst | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index c1fa0924..b8a34dfa 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,8 @@ +2018-01-22 Juan Manuel Guerrero <juan.guerrero@gmx.de> + + * pc/Makefile.tst (nlstringtest): Update the expected failure + messages for DJGPP. + 2018-01-21 Arnold D. Robbins <arnold@skeeve.com> * Makefile.tst (pty2): Sync against test/Makefile.in. 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 _$@ |