We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5addf0f commit c7a91b8Copy full SHA for c7a91b8
1 file changed
test/ICSharpCode.SharpZipLib.Tests/Zip/ZipEncryptionHandling.cs
@@ -384,7 +384,8 @@ public static bool TryGet7zBinPath(out string path7z)
384
{
385
var p = Process.Start(new ProcessStartInfo(testPath, "i")
386
387
- RedirectStandardOutput = true
+ RedirectStandardOutput = true,
388
+ UseShellExecute = false
389
});
390
while (!p.StandardOutput.EndOfStream && (DateTime.Now - p.StartTime) < runTimeLimit)
391
0 commit comments