summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae25c67)
raw | patch | inline | side by side (parent: ae25c67)
author | Arjen Laarhoven <arjen@yaph.org> | |
Fri, 6 Apr 2007 23:48:54 +0000 (01:48 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 7 Apr 2007 00:21:11 +0000 (17:21 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t3200-branch.sh | patch | blob | history |
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh
index 3ca1a325d42493697f70b5adefc03fb818ef4d9a..828d553a4b53210e9bd15c522e2a798901b2ac35 100755 (executable)
--- a/t/t3200-branch.sh
+++ b/t/t3200-branch.sh
. ./test-lib.sh
test_expect_success \
- 'prepare an trivial repository' \
+ 'prepare a trivial repository' \
'echo Hello > A &&
git-update-index --add A &&
git-commit -m "Initial commit." &&