nashorn/test/script/nosecurity/JDK-8050964.js
changeset 27824 ab74da77b5a2
parent 27571 08ef93eaca80
parent 27811 e415087c78aa
child 30698 2d50f5564f7b
--- a/nashorn/test/script/nosecurity/JDK-8050964.js	Wed Jul 05 20:08:43 2017 +0200
+++ b/nashorn/test/script/nosecurity/JDK-8050964.js	Wed Dec 03 17:55:36 2014 +0000
@@ -53,6 +53,7 @@
 }
 
 // run jdep on nashorn.jar - only summary but print profile info
+$ENV.PWD=System.getProperty("user.dir") // to avoid RE on Cygwin
 `${jdepsPath} -s -P ${nashornJar.absolutePath}`
 
 // check for "(compact1)" in output from jdep tool