8025991: tools/launcher/RunpathTest.java fails

Reviewed-by: erikj
This commit is contained in:
Chris Hegarty 2013-10-07 11:31:37 +01:00
parent 6088b141e2
commit d3158f2d76

View File

@ -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 {