Date: Mon, 16 Jun 2025 08:54:09 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 08d43f70eabf - stable/14 - timeout(1): adapt the preserve_status test to the new behaviour Message-ID: <202506160854.55G8s9rT043486@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=08d43f70eabf1d769c7038dec1953b1275ea690e commit 08d43f70eabf1d769c7038dec1953b1275ea690e Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-04-16 19:41:30 +0000 Commit: Konstantin Belousov <kib@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506160854.55G8s9rT043486>