t/test-lib.sh: fix running tests with --valgrind
commit503e22418082d1ec616ec98ab90c6a73cd3ef96f
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 11 Jul 2016 11:45:08 +0000 (11 13:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 19:26:39 +0000 (11 12:26 -0700)
tree112c21f3fb414777bfefe3275ef7ac59279cb7ed
parent4df7c8a0375803b952bad31ac29578cfd56a2ac1
t/test-lib.sh: fix running tests with --valgrind

We forgot to adjust this code path after moving the test helpers to
t/helper/.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh