more linux fixes

This commit is contained in:
kay.one 2013-07-25 22:29:59 -07:00
commit b06a58966e
5 changed files with 27 additions and 34 deletions

View file

@ -16,7 +16,7 @@ namespace NzbDrone.Common.Test.EnsureTest
}
[TestCase(@"var/user/file with, comma.mkv")]
[TestCase(@"/var/user/file with, comma.mkv")]
public void EnsureLinuxPath(string path)
{
LinuxOnly();