1 Make sure we follow symlinks.
3 --- tig-2.4.1/Makefile 2018-07-27 05:18:21.000000000 +0000
4 +++ tig-2.4.1/Makefile.new 2019-02-20 15:05:12.045718488 +0000
5 @@ -211,7 +211,7 @@ all-address-sanitizer: CFLAGS += $(ADDRE
6 test-address-sanitizer: clean all-address-sanitizer test
7 test-address-sanitizer: export TIG_ADDRESS_SANITIZER_ENABLED=yes
9 -TESTS = $(sort $(shell find test -type f -name '*-test'))
10 +TESTS = $(sort $(shell find -L test -type f -name '*-test'))
11 TESTS_TODO = $(sort $(shell find test -type f -name '*-test' -exec grep -l '\(test_todo\|-todo=\)' {} \+))