mirror of
https://github.com/git/git.git
synced 2026-08-03 22:51:13 +00:00
Fix typo in a comment in t/test-lib.sh
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
da101b82b6
commit
0509eb216f
@@ -257,7 +257,7 @@ test_expect_code () {
|
||||
echo >&3 ""
|
||||
}
|
||||
|
||||
# Most tests can use the created repository, but some amy need to create more.
|
||||
# Most tests can use the created repository, but some may need to create more.
|
||||
# Usage: test_create_repo <directory>
|
||||
test_create_repo () {
|
||||
test "$#" = 1 ||
|
||||
|
||||
Reference in New Issue
Block a user