Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/jdk/java/lang/ProcessBuilder/Basic.java
Original file line number Diff line number Diff line change
Expand Up @@ -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:)";

/**
Expand Down