test/sun/security/tools/keytool/autotest.sh

Print this page

        

*** 1,7 **** # ! # Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. --- 1,7 ---- # ! # Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 56,66 **** # set platform-dependent variables OS=`uname -s` case "$OS" in SunOS ) FS="/" ! LIBNAME="/usr/lib/mps/libsoftokn3.so" ;; Linux ) FS="/" ${TESTJAVA}${FS}bin${FS}java -XshowSettings:properties -version 2> allprop cat allprop | grep os.arch | grep 64 --- 56,66 ---- # set platform-dependent variables OS=`uname -s` case "$OS" in SunOS ) FS="/" ! LIBNAME="/usr/lib/mps/`isainfo -n`/libsoftokn3.so" ;; Linux ) FS="/" ${TESTJAVA}${FS}bin${FS}java -XshowSettings:properties -version 2> allprop cat allprop | grep os.arch | grep 64