diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-22 22:19:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-22 22:19:04 +0000 |
commit | 0f7c06136c48ed4d886708fcf6179ad6dd76d151 (patch) | |
tree | b0f611780ae92fc3cee0a6c9b2b2de996d5c50a4 /tests/help-version | |
parent | 87b5c30fdd6150ac1ce7443e2e0de6a7c3a0ff5f (diff) | |
download | coreutils-0f7c06136c48ed4d886708fcf6179ad6dd76d151.tar.xz |
(expected_failure_status_date): Remove, as 'date' is now normal.
(expected_failure_status_nohup): New var.
Diffstat (limited to 'tests/help-version')
-rwxr-xr-x | tests/help-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/help-version b/tests/help-version index e4ee42ce5..017d2883e 100755 --- a/tests/help-version +++ b/tests/help-version @@ -4,7 +4,7 @@ test "$VERBOSE" = yes && set -x -expected_failure_status_date=2 +expected_failure_status_nohup=127 expected_failure_status_printenv=2 expected_failure_status_tty=3 expected_failure_status_sort=2 |