RFR: 8322881: java/nio/file/Files/CopyMoveVariations.java fails with AccessDeniedException due to permissions of files in /tmp
yaqsun
duke at openjdk.org
Thu Jan 4 02:04:21 UTC 2024
On Wed, 3 Jan 2024 19:52:44 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> > Yes, the default temporary file directory "/tmp" causes permission issues.
>
> Is this issue then perhaps a problem with the system which should not require a change to the test?
The issue is unrelated to system, as the issue is repeated when running with Jtreg command.
jtreg/bin/jtreg -dir:test/jdk -testjdk:./** java/nio/file/Files/CopyMoveVariations.java
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17235#issuecomment-1876207601
More information about the nio-dev
mailing list