Lines Matching +full:3 +full:- +full:2022
1 # $NetBSD: job-output-null.mk,v 1.4 2022/09/03 08:03:27 rillig Exp $
4 # them using null-terminated strings, which may cut off some of the output.
6 # Before job.c 1.454 from 2022-09-03, make handled null bytes in the output
11 # string, without parameters. This is because it is implementation-dependent
16 # NetBSD /bin/ksh 3 x write("fmt") (via /bin/printf)
17 # Bash 5 3 x write("fmt")
19 # In the latter case the output may arrive in 1 to 3 parts, depending on the
21 # job.c 1.454 from 2022-09-03, the outcome of the test depended on whether
26 .MAKEFLAGS: -j1 # force jobs mode
50 # 2022-09-03, unlike in the cases above.
54 @printf '3a\0without\0\0\0newline, 3b\0without\0\0\0newline.'
55 # expect: 3a without newline, 3b without newline.