We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7540577 commit 924bd91Copy full SHA for 924bd91
1 file changed
test/jdk/java/lang/ProcessBuilder/Basic.java
@@ -88,8 +88,8 @@ public class Basic {
88
static final String libpath = System.getenv("LIBPATH");
89
90
/* Used for regex String matching for long error messages */
91
- static final String PERMISSION_DENIED_ERROR_MSG = "(Permission denied|error=13)";
92
- 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)";
93
static final String SPAWNHELPER_FAILURE_MSG = "(Possible reasons:)";
94
95
/**
0 commit comments