The following SDK/JDK test:
sun/tools/jrunscript/jrunscriptTest.sh
does not execute properly when run under Cygwin on Windows.
The test fails with the following output:
----------System.out:(13/245)----------
1,3c1,3
< js> 7.0
< js> 35.0
< js> 35 is the value
---
> js> 7.0
> js> 35.0
> js> 35 is the value
5c5
< js> hello world from script
---
> js> hello world from script
Output of jrunscript session differ from expected output. Failed.
----------System.err:(0/0)----------
result: Failed. Execution failed: exit code 1
test result: Failed. Execution failed: exit code 1