Commit Graph

2 Commits

Author SHA1 Message Date
a7097048f9 Prevent grep from closing stdin
The -q flag was causing grep to close the stdin as the first match is
found, causing the exit code of the programs in the pipe to return
non-zero, as stdout is closed.
2022-11-09 16:20:04 +01:00
3eac598e2c Add support to match regex in ok tests 2022-10-07 13:08:14 +02:00