diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-09 17:49:18 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-09 17:49:18 +0000 |
commit | a64afdee8b1604c3ae99c7d7b93687fb66ed7eee (patch) | |
tree | 1a784ed8652738363fba95956c1019f7dcf0c399 /tests/help-version | |
parent | 310ef64346e1e181d6d83bc158a0824ed14a929c (diff) | |
download | coreutils-a64afdee8b1604c3ae99c7d7b93687fb66ed7eee.tar.xz |
ls and variants now exit with status 2 on serious trouble.
Diffstat (limited to 'tests/help-version')
-rwxr-xr-x | tests/help-version | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/help-version b/tests/help-version index aa8fb73a0..08dceced2 100755 --- a/tests/help-version +++ b/tests/help-version @@ -10,6 +10,9 @@ expected_failure_status_tty=3 expected_failure_status_sort=2 expected_failure_status_expr=3 expected_failure_status_lbracket=2 +expected_failure_status_dir=2 +expected_failure_status_ls=2 +expected_failure_status_vdir=2 case "$all_programs" in *groups*) |