8144160: Regression: two tests fail on Windows with "ant test" target
Reviewed-by: hannesw, mhaupt
This commit is contained in:
parent
3cbc3adb36
commit
67506cb74c
@ -203,7 +203,8 @@ public class Shell implements PartialParser {
|
||||
// parse options
|
||||
if (args != null) {
|
||||
try {
|
||||
final String[] prepArgs = preprocessArgs(args);
|
||||
// FIXME: preprocessArgs does not yet work fine
|
||||
final String[] prepArgs = args; // preprocessArgs(args);
|
||||
options.process(prepArgs);
|
||||
} catch (final IllegalArgumentException e) {
|
||||
werr.println(bundle.getString("shell.usage"));
|
||||
|
Loading…
Reference in New Issue
Block a user