8061287: Update i18n tests to remove references of jre dir
authornaoto
Mon, 26 Oct 2015 19:49:22 +0530
changeset 33404 4d65de89ebde
parent 33403 d2bfc26f26cc
child 33405 24ee3a0ba28f
8061287: Update i18n tests to remove references of jre dir Summary: Updated PropertiesTest.sh to remove references of jre dir. Reviewed-by: naoto, peytoia Contributed-by: Rachna Goel <rachna.goel@oracle.com>
jdk/test/java/util/Currency/PropertiesTest.sh
--- a/jdk/test/java/util/Currency/PropertiesTest.sh	Wed Oct 28 12:35:54 2015 +0100
+++ b/jdk/test/java/util/Currency/PropertiesTest.sh	Mon Oct 26 19:49:22 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}"