summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-12-28 18:01:01 +0100
committerJim Meyering <meyering@redhat.com>2011-12-28 18:01:01 +0100
commit3e7a1473ae41440bd5e8b62f0532ac99a112f7bd (patch)
treec9207ec7488bdffcf193bcdb17b53df27dc3acc2
parent44e20cda07046da961ff1e42b240be74ad200488 (diff)
downloadcoreutils-3e7a1473ae41440bd5e8b62f0532ac99a112f7bd.tar.xz
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.
-rw-r--r--tests/envvar-check3
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