Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

Two process management fixes #209

Closed andfarm closed 2 years ago

andfarm commented 3 years ago
  1. The logic for no_set_pgrp in the start command was reversed, causing it to not be used in the exact situation where it'd be most useful.

  2. Avoid close(STDIN). This wasn't causing any obvious problems, but it did mean that some subprocesses could get created with STDIN pointing to the yath executable or to other unexpected files.