mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
disk provider removes readonly flag before trying to delete files.
This commit is contained in:
@@ -157,6 +157,11 @@ namespace NzbDrone.Test.Common
|
||||
return Path.Combine(SandboxFolder, fileName);
|
||||
}
|
||||
|
||||
protected string GetTestFilePath()
|
||||
{
|
||||
return GetTestFilePath(Path.GetTempFileName());
|
||||
}
|
||||
|
||||
protected string SandboxFolder
|
||||
{
|
||||
get
|
||||
|
Reference in New Issue
Block a user