HomeSort by relevance Sort by last modified time
    Searched full:unknowncommands (Results 1 - 1 of 1) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
Process2Test.java 62 String[] unknownCommands = {"sh", "-c", "echo oops >&2"};
65 erProcess = Runtime.getRuntime().exec(unknownCommands, null, null);

Completed in 193 milliseconds