Previously the fork/exec backend would attempt to close stdin, et al. on process spawn failure. This result in spurious close failures due to runInteractiveProcess doing the same. Consequently, the cause of the failure would be confusingly mis-identified.
Previously the fork/exec backend would attempt to close stdin, et al. on process spawn failure. This result in spurious
close
failures due torunInteractiveProcess
doing the same. Consequently, the cause of the failure would be confusingly mis-identified.Fixes #306.