From ed6d3933070f7cfbb0607aabe8f9e71ca384791a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 4 Sep 2019 21:35:24 -0400 Subject: color: Actually resolve symlinks against their parent directory --- tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index b970547..b95be8b 100755 --- a/tests.sh +++ b/tests.sh @@ -2114,6 +2114,7 @@ function test_color_ls() { ln -s foo/bar/nowhere/nothing scratch/nested ln -s foo/bar/baz/qux scratch/notdir ln -s scratch/foo/bar scratch/relative + mkdir scratch/__bfs__ ln -s /__bfs__/nowhere scratch/absolute local EXPECTED="$TESTS/${FUNCNAME[0]}.out" -- cgit v1.2.3