summaryrefslogtreecommitdiffstats
path: root/tests/bfs/color_ext_case.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Improve color case insensitivity coverageTavian Barnes10 days1-5/+5
|
* color: Compare values too when deciding to smart-caseTavian Barnes2023-06-301-1/+6
|
* color: Implement smart casingTavian Barnes2023-06-291-0/+1
Since coreutils 9.2, ls does case-sensitive extension matching if the same extension is capitalized differently in $LS_COLORS. Implement the same logic. Link: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33123 Link: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=9086