Hi all, Please review a small change in PropertiesTest.sh.
Please find attached diff generated from "hg diff". Thanks, Rachna
diff -r b3d0002fde2a test/java/util/Currency/PropertiesTest.sh --- a/test/java/util/Currency/PropertiesTest.sh Thu Oct 08 22:31:42 2015 +0530 +++ b/test/java/util/Currency/PropertiesTest.sh Wed Oct 21 23:02:30 2015 +0530 @@ -101,11 +101,7 @@ # without disturbing other users, including concurrently executing tests. WRITABLEJDK=.${FS}testjava cp -H -R $TESTJAVA $WRITABLEJDK || exit 1 -if [ -d ${TESTJAVA}${FS}jre ]; then - PROPLOCATION=${WRITABLEJDK}${FS}jre${FS}lib -else - PROPLOCATION=${WRITABLEJDK}${FS}lib -fi +PROPLOCATION=${WRITABLEJDK}${FS}lib chmod -R +w $WRITABLEJDK || exit 1 cp ${PROPS} $PROPLOCATION || exit 1 echo "Properties location: ${PROPLOCATION}"