aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSungHyun Nam <goweol@gmail.com>2008-07-16 10:31:28 +0900
committerJunio C Hamano <gitster@pobox.com>2008-07-16 08:59:14 -0700
commitdd33927ccdb92205988ba98bb2bb7df47529cd6d (patch)
treee9587bdc475e6af47253605f170d3ee8bc5e6939 /t
parent1121a8786e8851cc9d03cb8142c0ecadd17221f6 (diff)
downloadgit-dd33927ccdb92205988ba98bb2bb7df47529cd6d.tar.gz
git-dd33927ccdb92205988ba98bb2bb7df47529cd6d.tar.xz
t/Makefile: use specified shell when running aggregation script
Signed-off-by: SungHyun Nam <goweol@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rw-r--r--t/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Makefile b/t/Makefile
index a778865ae..0d65cedaa 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -26,7 +26,7 @@ clean:
$(RM) -r 'trash directory' test-results
aggregate-results:
- ./aggregate-results.sh test-results/t*-*
+ '$(SHELL_PATH_SQ)' ./aggregate-results.sh test-results/t*-*
# we can test NO_OPTIMIZE_COMMITS independently of LC_ALL
full-svn-test: