diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-04-16 19:41:30 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-04-16 19:45:38 +0000 |
| commit | a25b03791764b7817a1a3e05ac1ab91c75a946ac (patch) | |
| tree | 27fb042bc21e2bae498633f5fe57cc1c5ffcdf3e /bin/timeout | |
| parent | 613310263ae1f0f65df498dc8e98f460b781946d (diff) | |
Diffstat (limited to 'bin/timeout')
| -rw-r--r-- | bin/timeout/tests/timeout_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
