tests: remove outdated comment in test-session

we *are* using runProgram2, just not its builtin stdout stream.

Change-Id: I1766a9e443f539979f1f780a6d32294d103fb10f
This commit is contained in:
eldritch horrors
2026-01-19 20:31:30 +00:00
parent e2991e1245
commit d5bdc1c240
@@ -18,7 +18,6 @@ RunningProcess RunningProcess::start(std::string executable, Strings args)
procStdin.create();
procStdout.create();
// This is separate from runProgram2 because we have different IO requirements
auto proc = runProgram2({
.program = executable,
.searchPath = false,