Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fix typo in a comment in t/test-lib.sh
author
Michele Ballabio
<barra_cuda@katamail.com>
Thu, 31 Jan 2008 21:59:11 +0000
(22:59 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 31 Jan 2008 22:43:54 +0000
(14:43 -0800)
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
da101b8
)
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 90b6844d00c3cb288c23488923b98a7276eb83e8..142540e1b175e44da0d6e522140d404fb5a795bf 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-257,7
+257,7
@@
test_expect_code () {
echo >&3 ""
}
-# Most tests can use the created repository, but some
am
y need to create more.
+# Most tests can use the created repository, but some
ma
y need to create more.
# Usage: test_create_repo <directory>
test_create_repo () {
test "$#" = 1 ||