private/run-command.rkt is at 23.7% coverage — the entire body of run-command is untested. Four cases cover it: a successful command, an executable that isn't in $PATH, a command with a nonzero exit code, and a command that exits successfully but writes to stderr.
Part of #680.
private/run-command.rktis at 23.7% coverage — the entire body ofrun-commandis untested. Four cases cover it: a successful command, an executable that isn't in$PATH, a command with a nonzero exit code, and a command that exits successfully but writes to stderr.Part of #680.