diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-07 10:11:40 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-07 10:11:40 +0100 |
commit | 565b165115de72b4b276c0d5d6d5095e3c901a69 (patch) | |
tree | d7ba822da206fbb3dc4174f35ce39ff2ce46d25f /tests/help-version | |
parent | 9f1b96313e8653f1ad5358539776c58fd8fbdaef (diff) | |
download | coreutils-565b165115de72b4b276c0d5d6d5095e3c901a69.tar.xz |
* tests/touch/empty-file: Use envvar-check, so "make check" doesn't
evoke diagnostics like this when COLUMNS=0 in the environment:
ls: ignoring invalid width in environment variable COLUMNS: 0
* tests/touch/no-rights: Likewise.
* tests/help-version: Likewise.
Diffstat (limited to 'tests/help-version')
-rwxr-xr-x | tests/help-version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/help-version b/tests/help-version index 991a1c0b3..c17cc493b 100755 --- a/tests/help-version +++ b/tests/help-version @@ -28,6 +28,8 @@ test "$VERBOSE" = yes && set -x test "x$SHELL" = x && SHELL=/bin/sh export SHELL +. $srcdir/envvar-check + expected_failure_status_nohup=127 expected_failure_status_printenv=2 expected_failure_status_tty=3 |