8150563: LoadAgentDcmdTest.java can't find libinstrument.so

Test changed to reflect changes for 8066474 Remove the lib/$ARCH directory from Linux and Solaris images

Reviewed-by: sspitsyn
This commit is contained in:
Dmitry Samersoff 2016-12-20 14:15:02 +03:00
parent 9a80c66078
commit c5e65622d8
2 changed files with 1 additions and 6 deletions

View file

@ -136,11 +136,7 @@ public class LoadAgentDcmdTest {
if (Platform.isWindows()) {
return "bin";
}
if (Platform.isOSX()) {
return "lib";
}
return "lib/" + Platform.getOsArch();
return "lib";
}
/**