On 10/04/2022 16:31, Bruno Haible wrote:
On Solaris 11 OpenIndiana in 64-bit mode, there are 3 test failures.
FAIL: tests/misc/dircolors
==========================
dircolors.pl: test term-1: stdout mismatch, comparing term-1.2 (expected) and
term-1.O (actual)
*** term-1.2 Sun Apr 10 17:58:03 2022
--- term-1.O Sun Apr 10 17:58:03 2022
***************
*** 1,2 ****
! LS_COLORS='tw=40;33:';
export LS_COLORS
--- 1,2 ----
! LS_COLORS='';
export LS_COLORS
That suggests the $TERM env var has not been unset for this test.
That should have been done by tests/envvar-check.
FAIL: tests/install/basic-1
=========================== > FAIL: tests/mv/diag
===================
Solaris 11 issue discussed previously.
cheers,
Pádraig