Skip to content

Commit

Permalink
Exclude unix from C:\ path type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair committed Dec 21, 2013
1 parent 36a6e36 commit 3a817ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bottles.Tests/Commands/LinkCommandTester.cs
Expand Up @@ -54,6 +54,7 @@ public void should_link_app_to_package()
}

[Test]
[Platform(Exclude = "unix")]
public void should_link_app_to_package_with_trailing_slash_for_app()
{
var expectedFolder = "..".AppendPath(theInput.BottleFolder);
Expand Down

0 comments on commit 3a817ad

Please sign in to comment.