test/jdk/sun/security/pkcs11/PKCS11Test.java
changeset 48601 391502ceeed9
parent 48248 55b9b1e184c6
child 48608 1dab70e20292
equal deleted inserted replaced
48600:256f31c1e051 48601:391502ceeed9
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   622         osMap.put("Linux-amd64-64", new String[]{
   622         osMap.put("Linux-amd64-64", new String[]{
   623             "/usr/lib/x86_64-linux-gnu/", "/usr/lib/x86_64-linux-gnu/nss/",
   623             "/usr/lib/x86_64-linux-gnu/", "/usr/lib/x86_64-linux-gnu/nss/",
   624             "/usr/lib64/"});
   624             "/usr/lib64/"});
   625         osMap.put("Linux-ppc64-64", new String[]{"/usr/lib64/"});
   625         osMap.put("Linux-ppc64-64", new String[]{"/usr/lib64/"});
   626         osMap.put("Linux-ppc64le-64", new String[]{"/usr/lib64/"});
   626         osMap.put("Linux-ppc64le-64", new String[]{"/usr/lib64/"});
       
   627         osMap.put("Linux-s390x-64", new String[]{"/usr/lib64/"});
   627         osMap.put("Windows-x86-32", new String[]{
   628         osMap.put("Windows-x86-32", new String[]{
   628             PKCS11_BASE + "/nss/lib/windows-i586/".replace('/', SEP)});
   629             PKCS11_BASE + "/nss/lib/windows-i586/".replace('/', SEP)});
   629         osMap.put("Windows-amd64-64", new String[]{
   630         osMap.put("Windows-amd64-64", new String[]{
   630             PKCS11_BASE + "/nss/lib/windows-amd64/".replace('/', SEP)});
   631             PKCS11_BASE + "/nss/lib/windows-amd64/".replace('/', SEP)});
   631         osMap.put("MacOSX-x86_64-64", new String[]{
   632         osMap.put("MacOSX-x86_64-64", new String[]{