]> git.ipfire.org Git - thirdparty/git.git/commit
t3008: find test-tool through path lookup
authorJohannes Sixt <j6t@kdbg.org>
Sun, 22 Dec 2019 15:03:53 +0000 (16:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Dec 2019 22:15:01 +0000 (14:15 -0800)
commit20a67e8ce9d19a8903cfe869fedc37c017bdc686
tree93971922b5207299aa77c283c9e3558eee13fc3e
parent4cd1cf31efed9b16db5035c377bfa222f5272458
t3008: find test-tool through path lookup

Do not use $GIT_BUILD_DIR without quotes; it may contain spaces and be
split into fields. But it is not necessary to access test-tool with an
absolute path in the first place as it can be found via path lookup.
Remove the explicit path.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3008-ls-files-lazy-init-name-hash.sh