diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-19 11:39:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-19 11:39:22 +0000 |
commit | 1f3c90c6a595d64efd581a85cf49bd2bf7e1cd84 (patch) | |
tree | d3cda522193d1087a68648215d8da0abd64f1365 /tests/help-version | |
parent | ae481a2cb793063aa12fd1ae9578f0f49a214502 (diff) | |
download | coreutils-1f3c90c6a595d64efd581a85cf49bd2bf7e1cd84.tar.xz |
(expected_failure_status_expr): Record that
expr exits with status of 3 for e.g., a write error.
Diffstat (limited to 'tests/help-version')
-rwxr-xr-x | tests/help-version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/help-version b/tests/help-version index 600924766..9518bf4dc 100755 --- a/tests/help-version +++ b/tests/help-version @@ -8,6 +8,7 @@ expected_failure_status_date=2 expected_failure_status_printenv=2 expected_failure_status_tty=3 expected_failure_status_sort=2 +expected_failure_status_expr=3 case "$all_programs" in *groups*) |