From a64afdee8b1604c3ae99c7d7b93687fb66ed7eee Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Dec 2004 17:49:18 +0000 Subject: ls and variants now exit with status 2 on serious trouble. --- tests/help-version | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/help-version') 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*) -- cgit v1.2.3-54-g00ecf