8190816: PropertiesTest.sh fails to make $WRITABLEJDK writable

Reviewed-by: naoto, rgoel
This commit is contained in:
Martin Buchholz 2017-11-07 10:02:48 -08:00
parent c5c047de47
commit 6a099cc68b

@ -104,7 +104,7 @@ run PropertiesTest -c dump1 dump2 ${PROPS}
WRITABLEJDK=.${FS}testjava
cp -H -R $TESTJAVA $WRITABLEJDK || exit 1
PROPLOCATION=${WRITABLEJDK}${FS}lib
chmod -R a+rx $WRITABLEJDK || exit 1
chmod -R u+w $WRITABLEJDK || exit 1
cp ${PROPS} $PROPLOCATION || exit 1
echo "Properties location: ${PROPLOCATION}"