提交 4cd70001 编写于 作者: C chegar

8025991: tools/launcher/RunpathTest.java fails

Reviewed-by: erikj
上级 895954da
......@@ -64,8 +64,8 @@ public class RunpathTest extends TestHelper {
}
void testRpath() {
String expectedRpath = ".*RPATH.*\\$ORIGIN/../../lib/" + getJreArch() + ".*";
elfCheck(java64Cmd, expectedRpath);
String expectedRpath = ".*RPATH.*\\$ORIGIN/../lib/" + getJreArch() + ".*";
elfCheck(javaCmd, expectedRpath);
}
public static void main(String... args) throws Exception {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册