From 6b43f36dcb9009e3efd0a227c2513d981e2cfd95 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 7 Feb 2006 09:18:28 +0000 Subject: (expected_failure_status_vdir): Redirect an expected disk-full diagnostic to /dev/null. --- tests/help-version | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/help-version') diff --git a/tests/help-version b/tests/help-version index 6314c694d..c96ca7e47 100755 --- a/tests/help-version +++ b/tests/help-version @@ -16,7 +16,8 @@ expected_failure_status_vdir=2 case "$all_programs" in *groups*) - if test -w /dev/full && test -c /dev/full && echo > /dev/full 2>&1; then + if test -w /dev/full && test -c /dev/full \ + && echo > /dev/full 2>/dev/null; then cat 1>&2 <<\EOF ************************************************ WARNING: On this system, the built-in echo function of /bin/sh -- cgit v1.2.3-70-g09d2