The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=fd4fafa8732203a3e20f5404a65de83d37687e3a
commit fd4fafa8732203a3e20f5404a65de83d37687e3a Author: Elyes Haouas <[email protected]> AuthorDate: 2023-12-26 23:39:25 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2023-12-26 23:41:15 +0000 timeout_test.sh: Fix typo Signed-off-by: Elyes Haouas <[email protected]> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/906 --- bin/timeout/tests/timeout_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/timeout/tests/timeout_test.sh b/bin/timeout/tests/timeout_test.sh index df497d4f3350..2a8e0112b97c 100644 --- a/bin/timeout/tests/timeout_test.sh +++ b/bin/timeout/tests/timeout_test.sh @@ -82,7 +82,7 @@ exit_numbers_body() -s exit:124 \ timeout .1 sleep 1 - # With preserv status exit should be 128 + TERM aka 143 + # With preserve status exit should be 128 + TERM aka 143 atf_check \ -o empty \ -e empty \
