p0004: simplify calls of test-lazy-init-name-hash
authorRené Scharfe <l.s.r@web.de>
Sat, 13 May 2017 15:59:46 +0000 (17:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 May 2017 02:11:21 +0000 (11:11 +0900)
The test library puts helpers into $PATH, so we can simply call them
without specifying their location.

The suffix $X is also not necessary because .exe files on Windows can be
started without specifying their extension, and on other platforms it's
empty anyway.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Acked-by: Jeff Hostetler <git@jeffhostetler.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found