mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
264 B
Plaintext
5 lines
264 B
Plaintext
This test module is intended to simplify testing of external commands.
|
|
It does so by running the command under IPC::Open3, closing the stdin
|
|
immediately, and reading everything from the command's stdout and stderr.
|
|
It then makes the output available to be tested.
|