From 836a79a9cc4e59f3fa5da93a71f92d963919f2fd Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Tue, 13 Aug 2013 21:09:34 -0700 Subject: [PATCH] fixed runner path for Linux --- NzbDrone.Integration.Test/NzbDroneRunner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.Integration.Test/NzbDroneRunner.cs b/NzbDrone.Integration.Test/NzbDroneRunner.cs index eb67e1a50..90e2a0105 100644 --- a/NzbDrone.Integration.Test/NzbDroneRunner.cs +++ b/NzbDrone.Integration.Test/NzbDroneRunner.cs @@ -33,7 +33,7 @@ namespace NzbDrone.Integration.Test } else { - Start("bin\\NzbDrone.Console.exe"); + Start(Path.Combine("bin","NzbDrone.Console.exe")); } while (true)