diff --git a/src/NzbDrone.Test.Common/NzbDroneRunner.cs b/src/NzbDrone.Test.Common/NzbDroneRunner.cs index 833285643..41b8dae49 100644 --- a/src/NzbDrone.Test.Common/NzbDroneRunner.cs +++ b/src/NzbDrone.Test.Common/NzbDroneRunner.cs @@ -54,7 +54,7 @@ namespace NzbDrone.Test.Common } else { - Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "..", "bin", consoleExe)); + Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "bin", consoleExe)); } while (true)