mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8372710: Update ProcessBuilder/Basic regex
Reviewed-by: shade, amitkumar
This commit is contained in:
parent
a1e8694109
commit
b3e063c2c3
@ -85,8 +85,8 @@ public class Basic {
|
||||
static final String libpath = System.getenv("LIBPATH");
|
||||
|
||||
/* Used for regex String matching for long error messages */
|
||||
static final String PERMISSION_DENIED_ERROR_MSG = "(Permission denied|error=13)";
|
||||
static final String NO_SUCH_FILE_ERROR_MSG = "(No such file|error=2)";
|
||||
static final String PERMISSION_DENIED_ERROR_MSG = "(Permission denied|error:13)";
|
||||
static final String NO_SUCH_FILE_ERROR_MSG = "(No such file|error:2)";
|
||||
static final String SPAWNHELPER_FAILURE_MSG = "(Possible reasons:)";
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user