| 663 | } |
| 664 | |
| 665 | static void run_hooks_opt_clear(struct run_hooks_opt *options) |
| 666 | { |
| 667 | strvec_clear(&options->env); |
| 668 | strvec_clear(&options->args); |
| 669 | } |
| 670 | |
| 671 | /* |
| 672 | * When running in parallel, stdout must be merged into stderr so |
no test coverage detected