git: b748dd9ab46b - stable/14 - timeout_test.sh: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Jun 2025 08:53:51 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=b748dd9ab46bf604ac79debef94c5e690a480317 commit b748dd9ab46bf604ac79debef94c5e690a480317 Author: Elyes Haouas <ehaouas@noos.fr> AuthorDate: 2023-12-26 23:39:25 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-06-16 08:51:51 +0000 timeout_test.sh: Fix typo (cherry picked from commit fd4fafa8732203a3e20f5404a65de83d37687e3a) --- 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 \