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
This commit is contained in:
Elyes Haouas 2023-12-26 16:39:25 -07:00 committed by Warner Losh
parent c6ae97c44d
commit fd4fafa873

View file

@ -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 \