diff --git a/NzbDrone.Integration.Test/IntegrationTest.cs b/NzbDrone.Integration.Test/IntegrationTest.cs index 61aa2a630..f5db5d68e 100644 --- a/NzbDrone.Integration.Test/IntegrationTest.cs +++ b/NzbDrone.Integration.Test/IntegrationTest.cs @@ -84,6 +84,7 @@ namespace NzbDrone.Integration.Test UseShellExecute = false, RedirectStandardError = true, RedirectStandardOutput = true, + RedirectStandardInput = true }; Console.WriteLine("Starting {0} {1}", path, args);