Skip to content

Commit 8f05d86

Browse files
committed
8316341: sun/security/pkcs11/PKCS11Test.java needs adjustment on Linux ppc64le Ubuntu 22
Backport-of: aa0ebeedb18c5fafb4a86a53e1b1f59f330f0eed
1 parent d3c89cd commit 8f05d86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/jdk/sun/security/pkcs11/PKCS11Test.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,10 @@ private static Map<String, String[]> getOsMap() {
616616
"/usr/lib/x86_64-linux-gnu/nss/",
617617
"/usr/lib64/"});
618618
osMap.put("Linux-ppc64-64", new String[]{"/usr/lib64/"});
619-
osMap.put("Linux-ppc64le-64", new String[]{"/usr/lib64/"});
619+
osMap.put("Linux-ppc64le-64", new String[]{
620+
"/usr/lib/powerpc64le-linux-gnu/",
621+
"/usr/lib/powerpc64le-linux-gnu/nss/",
622+
"/usr/lib64/"});
620623
osMap.put("Linux-s390x-64", new String[]{"/usr/lib64/"});
621624
osMap.put("Windows-x86-32", new String[]{});
622625
osMap.put("Windows-amd64-64", new String[]{});

0 commit comments

Comments
 (0)