diff options
author | Jim Meyering <meyering@redhat.com> | 2011-12-28 18:01:01 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-12-28 18:01:01 +0100 |
commit | 3e7a1473ae41440bd5e8b62f0532ac99a112f7bd (patch) | |
tree | c9207ec7488bdffcf193bcdb17b53df27dc3acc2 /tests | |
parent | 44e20cda07046da961ff1e42b240be74ad200488 (diff) | |
download | coreutils-3e7a1473ae41440bd5e8b62f0532ac99a112f7bd.tar.gz |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/envvar-check | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/envvar-check b/tests/envvar-check index 5a2ffbe8f..8695f2a86 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 |