]> git.ipfire.org Git - thirdparty/git.git/commit
tests: make the code more readable
authorCOGONI Guillaume <cogoni.guillaume@gmail.com>
Tue, 22 Feb 2022 21:54:30 +0000 (22:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Feb 2022 23:08:44 +0000 (15:08 -0800)
commitcc143f12a781afaef3de89450bc2b4d233058809
tree58336b0ef0d1bdc6963ec217453f40aecd415b2d
parent456296b5d1f05ca16949e7d37ae87f5750118564
tests: make the code more readable

Replace the parsing of the output of "ls -l" by test_path_is_symlink() and
test_readlink().

Signed-off-by: COGONI Guillaume <cogoni.guillaume@gmail.com>
Co-authored-by: BRESSAT Jonathan <git.jonathan.bressat@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh