< prev index next >

test/script/nosecurity/JDK-8151291.js

Print this page

        

@@ -25,11 +25,11 @@
  * Test $EXEC and $ENV.PWD handling across platforms.
  * There must be a java executable in the PATH.
  *
  * @test
  * @option -scripting
- * @run

+ * @runif os.not.windows.cmd

  */
 
 $EXEC(["java", "-version"])
 if ($EXIT != 0) {
     throw 'java executable problem: ' + $ERR
< prev index next >