From a39904098ff9e022bc755f36a9546cbf07a3ff49 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 5 Jun 2024 12:11:57 -0400 Subject: tests: Improve color case insensitivity coverage --- tests/bfs/color_ext_override.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bfs/color_ext_override.sh') diff --git a/tests/bfs/color_ext_override.sh b/tests/bfs/color_ext_override.sh index ac4c7fb..9f818c9 100644 --- a/tests/bfs/color_ext_override.sh +++ b/tests/bfs/color_ext_override.sh @@ -1 +1 @@ -LS_COLORS="*.tar.gz=01;31:*.TAR=01;32:*.gz=01;33:" bfs_diff rainbow -color +LS_COLORS="*.tar.gz=01;31:*.TAR=01;32:*.gz=01;30:*.gz=01;33:" bfs_diff rainbow -color -- cgit v1.2.3