diff --git a/src/NzbDrone.Test.Common/NzbDroneRunner.cs b/src/NzbDrone.Test.Common/NzbDroneRunner.cs index 4b4531f52f..80043e7bd2 100644 --- a/src/NzbDrone.Test.Common/NzbDroneRunner.cs +++ b/src/NzbDrone.Test.Common/NzbDroneRunner.cs @@ -60,7 +60,7 @@ public void Start() } else { - Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "..", "bin", consoleExe)); + Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "bin", consoleExe)); } while (true)