Skip to content

Commit 8765f4e

Browse files
committed
qwe
1 parent d63ff37 commit 8765f4e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/BenchmarksApps/TLS/Kestrel/Program.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88

99
Console.WriteLine("Starting application...");
1010

11-
ProcessStartInfo processInfo = new ProcessStartInfo()
11+
ProcessStartInfo processInfo = new ProcessStartInfo("/bin/bash", "openssl version")
1212
{
13-
FileName = "/bin/bash",
14-
Arguments = "openssl version",
1513
RedirectStandardOutput = true,
1614
RedirectStandardError = true,
1715
};

0 commit comments

Comments
 (0)