Searched refs:TrueCommand (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DZombies.java37 static final String TrueCommand = os.contains("OS X")? field in class:Zombies
58 rt.exec(TrueCommand, null, new File("no-such-dir"));
62 rt.exec(TrueCommand).waitFor();

Completed in 28 milliseconds