8025991: tools/launcher/RunpathTest.java fails
Reviewed-by: erikj
This commit is contained in:
parent
6088b141e2
commit
d3158f2d76
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user