summaryrefslogtreecommitdiff
path: root/t/t5400-send-pack.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-18 23:27:43 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-12-19 00:21:54 (GMT)
commit74d20040cafdced657efbf49795183d209a3a07b (patch)
tree533dce0336c62e5067983a050cc07e1904e8e6b3 /t/t5400-send-pack.sh
parent8336afa563fbeff35e531396273065161181f04c (diff)
downloadgit-74d20040cafdced657efbf49795183d209a3a07b.zip
git-74d20040cafdced657efbf49795183d209a3a07b.tar.gz
git-74d20040cafdced657efbf49795183d209a3a07b.tar.bz2
fix testsuite: make sure they use templates freshly built from the source
The initial t/trash repository for testing was created properly but over time we gained many tests that create secondary test repositories with init-db or clone and they were not careful enough. This fixes it. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t5400-send-pack.sh')
-rwxr-xr-xt/t5400-send-pack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh
index 28744b3..901da8c 100755
--- a/t/t5400-send-pack.sh
+++ b/t/t5400-send-pack.sh
@@ -24,7 +24,7 @@ test_expect_success setup '
parent=$commit || return 1
done &&
git-update-ref HEAD "$commit" &&
- git-clone -l ./. victim &&
+ git_clone -l ./. victim &&
cd victim &&
git-log &&
cd .. &&