diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-09-03 17:08:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-09-03 17:11:12 -0400 |
commit | e2f526768e1d91893dc2772962be8155205b9c50 (patch) | |
tree | 257133be87499976dcb99803cced2798b88fd7e8 /tests | |
parent | f7f1e3cfa25cf95e15bac30e6934d5a534ceca08 (diff) | |
download | bfs-e2f526768e1d91893dc2772962be8155205b9c50.tar.xz |
color: Fix directory coloring when resolving symlinks at the root
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_color_ls.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_color_ls.out b/tests/test_color_ls.out new file mode 100644 index 0000000..59a791a --- /dev/null +++ b/tests/test_color_ls.out @@ -0,0 +1,6 @@ +[01;34mfoo/bar/[0mbaz +[01;34mfoo/bar/[0m[01;31mnowhere[0m +[01;34mfoo/bar/[0m[01;31mnowhere/[0m[01;31mnothing[0m +[01;34mfoo/bar/[0m[01;31mbaz/[0m[01;31mqux[0m +[01;31mscratch/foo/[0m[01;31mbar[0m +[01;34m/[0m[01;31m__bfs__/[0m[01;31mnowhere[0m |