From: Jim Meyering Date: Tue, 7 Feb 2006 09:18:28 +0000 (+0000) Subject: (expected_failure_status_vdir): X-Git-Tag: v6.0~778 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b43f36dcb9009e3efd0a227c2513d981e2cfd95;p=thirdparty%2Fcoreutils.git (expected_failure_status_vdir): Redirect an expected disk-full diagnostic to /dev/null. --- diff --git a/tests/help-version b/tests/help-version index 6314c694d0..c96ca7e47c 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