mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
c6ae97c44d
commit
fd4fafa873
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue