fixed linux integration tests

This commit is contained in:
kay.one 2013-04-29 21:14:53 -07:00
parent b8afad8adb
commit d6cc0b40fb
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ namespace NzbDrone.Common.Test
[TearDown]
public void TearDown()
{
WindowsOnly();
if (Subject.ServiceExist(TEMP_SERVICE_NAME))
{
Subject.UnInstall(TEMP_SERVICE_NAME);