diff options
Diffstat (limited to 'tests/misc/help-version')
-rwxr-xr-x | tests/misc/help-version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/help-version b/tests/misc/help-version index 1dcf96f92..ff0133a22 100755 --- a/tests/misc/help-version +++ b/tests/misc/help-version @@ -28,6 +28,7 @@ export SHELL . $srcdir/test-lib.sh expected_failure_status_nohup=127 +expected_failure_status_timeout=125 expected_failure_status_printenv=2 expected_failure_status_tty=3 expected_failure_status_sort=2 @@ -146,6 +147,7 @@ printf_args=foo seq_args=10 sleep_args=0 su_args=--version +timeout_args=--version # I'd rather not run sync, since it spins up disks that I've # deliberately caused to spin down (but not unmounted). |