aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-12-26 23:39:25 +0000
committerWarner Losh <imp@FreeBSD.org>2023-12-26 23:41:15 +0000
commitfd4fafa8732203a3e20f5404a65de83d37687e3a (patch)
treee27437b05dcb6e152e838a7e0f5742353dbe9ac7 /bin
parentc6ae97c44d4dc0d90d20bec3235a6484912767a1 (diff)
downloadsrc-fd4fafa8732203a3e20f5404a65de83d37687e3a.tar.gz
src-fd4fafa8732203a3e20f5404a65de83d37687e3a.zip
timeout_test.sh: Fix typo
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/906
Diffstat (limited to 'bin')
-rw-r--r--bin/timeout/tests/timeout_test.sh2
1 files changed, 1 insertions, 1 deletions
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 \