tests: dircolors.pl: avoid false failure with TERM=dumb
commite43099f6e95087fa375d8e0b81d6e97dcb1936b4
authorPádraig Brady <P@draigBrady.com>
Mon, 11 Apr 2022 13:17:59 +0000 (11 14:17 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 11 Apr 2022 14:47:16 +0000 (11 15:47 +0100)
treea13f9bff31fe58aa9bd666dc8711a27adadae344
parent021fc4fad2cd6712d03af090431dbef353968a30
tests: dircolors.pl: avoid false failure with TERM=dumb

* tests/Coreutils.pm: Ensure an unset $TERM env var,
which is required on perl 5.22.2 on Solaris 11 OpenIndiana at least,
where TERM was being reset to 'dumb'.
Reported By Bruno Haible.
tests/Coreutils.pm