1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fixed: Convert MonoOnly to PosixOnly

This commit is contained in:
ta264
2019-10-14 21:21:00 +01:00
committed by Qstick
parent 2b39865251
commit 5c07b39b04
15 changed files with 42 additions and 28 deletions
@@ -181,7 +181,7 @@ namespace NzbDrone.Core.Test.UpdateTests
}
[Test]
[Platform("Mono")]
[Platform(Exclude="Win")]
public void should_run_script_if_configured()
{
const string scriptPath = "/tmp/nzbdrone/update.sh";
@@ -194,7 +194,7 @@ namespace NzbDrone.Core.Test.UpdateTests
}
[Test]
[Platform("Mono")]
[Platform(Exclude="Win")]
public void should_throw_if_script_is_not_set()
{
const string scriptPath = "/tmp/nzbdrone/update.sh";
@@ -208,7 +208,7 @@ namespace NzbDrone.Core.Test.UpdateTests
}
[Test]
[Platform("Mono")]
[Platform(Exclude="Win")]
public void should_throw_if_script_is_null()
{
const string scriptPath = "/tmp/nzbdrone/update.sh";
@@ -222,7 +222,7 @@ namespace NzbDrone.Core.Test.UpdateTests
}
[Test]
[Platform("Mono")]
[Platform(Exclude="Win")]
public void should_throw_if_script_path_does_not_exist()
{
const string scriptPath = "/tmp/nzbdrone/update.sh";