mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
tests: Fix test failures of Java tests on Cygwin.
Fix suggested by Paul Eggert. * tests/atlocal.in (lf): New variable. * tests/local.at (AT_JAVA_PARSER_CHECK): Pass a Windows-agnostic value of line.separator to the Java runtime.
This commit is contained in:
committed by
Paul Eggert
parent
5d2c34b48c
commit
c1144a5076
@@ -104,6 +104,10 @@ fi
|
||||
# Empty if no Java VM was found
|
||||
: ${CONF_JAVA='@CONF_JAVA@'}
|
||||
|
||||
# An initialization for Java tests.
|
||||
lf='
|
||||
'
|
||||
|
||||
# We need egrep and perl.
|
||||
: ${EGREP='@EGREP@'}
|
||||
: ${PERL='@PERL@'}
|
||||
|
||||
Reference in New Issue
Block a user