From 1f3c90c6a595d64efd581a85cf49bd2bf7e1cd84 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 19 Jul 2003 11:39:22 +0000 Subject: [PATCH] (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(+) diff --git a/tests/help-version b/tests/help-version index 6009247667..9518bf4dcf 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*) -- 2.47.2