提交 7e694f2c 编写于 作者: J jlaskey

8014823: Reprise - Smoke test fail: Windows JDK-8008554.js - access denied...

8014823: Reprise - Smoke test fail: Windows JDK-8008554.js - access denied ("java.io.FilePermission" "//C/aurora/sandbox/nashorn~source/test/script/basic/NASHORN-99.js" "read")
Reviewed-by: jlaskey
Contributed-by: konstantin.shefov@oracle.com
上级 f28c0a34
......@@ -32,5 +32,5 @@
var dir = __DIR__;
var file = __FILE__.replace("JDK-8008554", "NASHORN-99");
load(file);
file = "file://" + __DIR__ + "NASHORN-99.js";
file = "file:///" + __DIR__ + "NASHORN-99.js";
load(file);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册