diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-07-03 12:54:12 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-07-04 08:22:35 -0400 |
commit | 2598b0d3e62d8b689937444ace194dcc51c34d12 (patch) | |
tree | 973c8e58b17f6077fa0483c10af03e14641d1375 /tests | |
parent | 34556d2ebad8f3fcb69520c4a980c8fbe3e47c1d (diff) | |
download | bfs-2598b0d3e62d8b689937444ace194dcc51c34d12.tar.xz |
color: Add support for dataless files
Link: https://developer.apple.com/documentation/technotes/tn3150-getting-ready-for-data-less-files
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bfs/color_bsd_fail.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bfs/color_bsd_fail.sh b/tests/bfs/color_bsd_fail.sh index 94e1209..541190c 100644 --- a/tests/bfs/color_bsd_fail.sh +++ b/tests/bfs/color_bsd_fail.sh @@ -1,2 +1,2 @@ -# LSCOLORS can be at most 22 characters long (11 color pairs); this one has 24. -! LSCOLORS="exfxcxdxbxegedabagacadeB" invoke_bfs rainbow -color +# LSCOLORS can be at most 24 characters long (12 color pairs); this one has 25. +! LSCOLORS="exfxcxdxbxegedabagacadeahB" invoke_bfs rainbow -color |