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 ""
|
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>
|
# Usage: test_create_repo <directory>
|
||||||
test_create_repo () {
|
test_create_repo () {
|
||||||
test "$#" = 1 ||
|
test "$#" = 1 ||
|
||||||
|
Reference in New Issue
Block a user