提交 fa0289b1 编写于 作者: W weijun

7078355: sun/net/www/protocol/file/DirPermissionDenied.sh leaves garbage on some linux systems

Reviewed-by: chegar
上级 8947d386
......@@ -37,5 +37,9 @@ chmod 333 ${TESTDIR}
$TESTJAVA/bin/java -classpath $TESTCLASSES DirPermissionDenied ${TESTDIR}
result=$?
# Add back read access for user, otherwise not removable on some systems
chmod u+r ${TESTDIR}
rm -rf ${TESTDIR}
exit $result
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册