Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2025 08:53:51 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: b748dd9ab46b - stable/14 - timeout_test.sh: Fix typo
Message-ID:  <202506160853.55G8rpQQ042903@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=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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506160853.55G8rpQQ042903>