mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Fix test
This commit is contained in:
parent
c60353faf7
commit
f969c3b7b3
@ -106,7 +106,7 @@ namespace osu.Game.Tests.Beatmaps.IO
|
||||
|
||||
private string prepareTempCopy(string path)
|
||||
{
|
||||
var temp = Path.GetTempFileName();
|
||||
var temp = Path.GetTempPath()+Guid.NewGuid()+".osz";
|
||||
return new FileInfo(path).CopyTo(temp, true).FullName;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user