RFR: 8044747: [TESTBUG] Test sun/security/tools/policytool/i18n.sh fails after clicking 'Done' button in test frame (original) (raw)
Wang Weijun weijun.wang at oracle.com
Fri Jun 6 08:58:19 UTC 2014
- Previous message (by thread): RFR 8023197: Pre-configured command line options for keytool and jarsigner
- Next message (by thread): RFR: 8044747: [TESTBUG] Test sun/security/tools/policytool/i18n.sh fails after clicking 'Done' button in test frame
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Please review the fix at
http://cr.openjdk.java.net/~weijun/8044747/webrev.00
which is just a simple
-if [ -e $HOME/.java.policy ]; then +if [ -f $HOME/.java.policy ]; then
I always forget that Solaris sh does not support test -e.
Thanks Max
- Previous message (by thread): RFR 8023197: Pre-configured command line options for keytool and jarsigner
- Next message (by thread): RFR: 8044747: [TESTBUG] Test sun/security/tools/policytool/i18n.sh fails after clicking 'Done' button in test frame
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]