From: Jim Meyering Date: Wed, 28 Dec 2011 17:01:01 +0000 (+0100) Subject: tests: also unset _STDBUF_E, _STDBUF_I and _STDBUF_O X-Git-Tag: v8.15~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e7a1473ae41440bd5e8b62f0532ac99a112f7bd;p=thirdparty%2Fcoreutils.git tests: also unset _STDBUF_E, _STDBUF_I and _STDBUF_O * tests/envvar-check (vars): Add these to the list of envvars we ignore: _STDBUF_E, _STDBUF_I, _STDBUF_O, used by libstdbuf. --- diff --git a/tests/envvar-check b/tests/envvar-check index 5a2ffbe8f5..8695f2a86b 100644 --- a/tests/envvar-check +++ b/tests/envvar-check @@ -25,6 +25,9 @@ fi envvar_check_fail=0 vars=' _POSIX2_VERSION + _STDBUF_E + _STDBUF_I + _STDBUF_O BLOCKSIZE BLOCK_SIZE CDPATH