Fixed: Convert MonoOnly to PosixOnly

This commit is contained in:
ta264
2019-10-28 21:12:26 +00:00
parent 8aa3383e65
commit 9f5dac3789
14 changed files with 40 additions and 29 deletions
@@ -51,7 +51,7 @@ namespace NzbDrone.Core.Test.ValidationTests
[Test]
public void should_not_be_valid_if_set_to_bin_folder()
{
MonoOnly();
PosixOnly();
var bin = OsInfo.IsOsx ? "/System" : "/bin";
var artist = Builder<Artist>.CreateNew()
@@ -64,7 +64,7 @@ namespace NzbDrone.Core.Test.ValidationTests
[Test]
public void should_not_be_valid_if_child_of_bin_folder()
{
MonoOnly();
PosixOnly();
var bin = OsInfo.IsOsx ? "/System" : "/bin";
var artist = Builder<Artist>.CreateNew()