Login.sh (9195:f04b825b1c0c) Login.sh (14166:7cfc61473f5e)
1#
1#
2# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
2# Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
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
7# published by the Free Software Foundation.
8#
9# This code is distributed in the hope that it will be useful, but WITHOUT
10# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

--- 111 unchanged lines hidden (view full) ---

122${TESTJAVA}${FS}bin${FS}java ${TESTVMOPTS} \
123 -classpath ${TESTCLASSES} \
124 -DCUSTOM_DB_DIR=${TESTCLASSES} \
125 -DCUSTOM_P11_CONFIG=${TESTSRC}${FS}Login-nss.txt \
126 -DNO_DEFAULT=true \
127 -DNO_DEIMOS=true \
128 -Dtest.src=${TESTSRC} \
129 -Dtest.classes=${TESTCLASSES} \
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
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
7# published by the Free Software Foundation.
8#
9# This code is distributed in the hope that it will be useful, but WITHOUT
10# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

--- 111 unchanged lines hidden (view full) ---

122${TESTJAVA}${FS}bin${FS}java ${TESTVMOPTS} \
123 -classpath ${TESTCLASSES} \
124 -DCUSTOM_DB_DIR=${TESTCLASSES} \
125 -DCUSTOM_P11_CONFIG=${TESTSRC}${FS}Login-nss.txt \
126 -DNO_DEFAULT=true \
127 -DNO_DEIMOS=true \
128 -Dtest.src=${TESTSRC} \
129 -Dtest.classes=${TESTCLASSES} \
130 -Djava.security.manager \
131 -Djava.security.policy=${TESTSRC}${FS}Login.policy \
132 -Djava.security.debug=${DEBUG} \
130 -Djava.security.debug=${DEBUG} \
133 Login
131 Login sm Login.policy
134
135# save error status
136status=$?
137
138# return
139exit $status
132
133# save error status
134status=$?
135
136# return
137exit $status