mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-19 01:47:52 +00:00
8232178: MacVolumesTest failed after upgrade to MacOS Catalina
Reviewed-by: lancea
This commit is contained in:
parent
69606205a6
commit
fc2a8abcc0
@ -109,7 +109,7 @@ public class MacVolumesTest {
|
||||
|
||||
private static final void checkDataVolume() throws IOException {
|
||||
System.out.format("--- Checking data volume %s ---%n", DATA_VOLUME);
|
||||
Path data = Path.of(DATA_VOLUME, "tmp");
|
||||
Path data = Path.of(DATA_VOLUME, "private", "tmp");
|
||||
if (Files.getFileStore(data).isReadOnly()) {
|
||||
throw new RuntimeException("Data volume is read-only");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user