The branch stable/14 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=08d43f70eabf1d769c7038dec1953b1275ea690e

commit 08d43f70eabf1d769c7038dec1953b1275ea690e
Author:     Baptiste Daroussin <b...@freebsd.org>
AuthorDate: 2025-04-16 19:41:30 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2025-06-16 08:51:53 +0000

    timeout(1): adapt the preserve_status test to the new behaviour
    
    (cherry picked from commit a25b03791764b7817a1a3e05ac1ab91c75a946ac)
---
 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 d08f6c01e067..a72aed609d47 100644
--- a/bin/timeout/tests/timeout_test.sh
+++ b/bin/timeout/tests/timeout_test.sh
@@ -86,7 +86,7 @@ exit_numbers_body()
        atf_check \
                -o empty \
                -e empty \
-               -s exit:143 \
+               -s signal:15 \
                timeout --preserve-status .1 sleep 10
 
        atf_check \

Reply via email to