mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
OS X and linux can be treated separately
This commit is contained in:
parent
9d74693bb7
commit
8885bbb60f
22 changed files with 101 additions and 50 deletions
|
@ -124,7 +124,7 @@ namespace NzbDrone.Test.Common
|
|||
|
||||
protected void WindowsOnly()
|
||||
{
|
||||
if (OsInfo.IsLinux)
|
||||
if (OsInfo.IsMono)
|
||||
{
|
||||
throw new IgnoreException("windows specific test");
|
||||
}
|
||||
|
@ -133,7 +133,7 @@ namespace NzbDrone.Test.Common
|
|||
|
||||
protected void LinuxOnly()
|
||||
{
|
||||
if (!OsInfo.IsLinux)
|
||||
if (!OsInfo.IsMono)
|
||||
{
|
||||
throw new IgnoreException("linux specific test");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue