mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-03-07 13:48:00 +08:00
Attempt to fix FSSD test with weird win paths (#1699)
This commit is contained in:
parent
3919dcc7fc
commit
7d06279249
@ -108,7 +108,7 @@ static void setUpStatic() throws IOException, DataException {
|
||||
reader.close();
|
||||
}
|
||||
|
||||
TEMP_DIR = Files.createTempDirectory("worldedit-fs-snap-dbs");
|
||||
TEMP_DIR = Files.createTempDirectory("worldedit-fs-snap-dbs").toRealPath();
|
||||
}
|
||||
|
||||
@AfterAll
|
||||
|
Loading…
Reference in New Issue
Block a user