From 1f3c90c6a595d64efd581a85cf49bd2bf7e1cd84 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 19 Jul 2003 11:39:22 +0000 Subject: (expected_failure_status_expr): Record that expr exits with status of 3 for e.g., a write error. --- tests/help-version | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/help-version') 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*) -- cgit v1.2.3-54-g00ecf