Files
systemd/docs
Daan De Meyer ee6b3d1aa2 test: Stop using grep -q in integration test
When a TTY is attached to the test unit, grep -q will generate SIGPIPE
for the previous command in the pipeline which in combo with `pipefail`
will cause the command to fail with exit status 141 which will fail the
test.

Replace with >/dev/null to avoid this from happening.

See also https://www.gnu.org/software/grep/manual/html_node/Usage.html
> There is a related problem with Bash’s set -e -o pipefail. Since grep
> does not always read all its input, a command outputting to a pipe read
> by grep can fail when grep exits before reading all its input, and the
> command’s failure can cause Bash to exit.

Co-authored-by: Yu Watanabe <watanabe.yu+github@gmail.com>
2025-12-10 12:09:10 +01:00
..
2025-02-17 19:49:32 +00:00
2025-11-12 23:01:35 +00:00
2025-09-27 00:21:53 +09:00
2024-12-28 12:24:42 +09:00
2024-10-17 00:49:59 +09:00
2025-07-13 05:49:09 +09:00
2025-09-24 08:48:17 +02:00
2025-05-14 18:06:04 +02:00
2025-11-18 10:09:19 +00:00
2025-08-18 04:43:44 +09:00
2025-07-03 17:43:01 +02:00
2024-03-27 07:12:01 +01:00
2024-03-27 07:12:01 +01:00
2024-03-27 07:12:04 +01:00
2025-07-22 18:27:37 +09:00
2024-03-15 04:04:01 +09:00