connect.c: mark more strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
a769bfc74f
commit
aad6fddb0c
@ -7,9 +7,9 @@ test_description='test fetching over git protocol'
|
||||
start_git_daemon
|
||||
|
||||
check_verbose_connect () {
|
||||
grep -F "Looking up 127.0.0.1 ..." stderr &&
|
||||
grep -F "Connecting to 127.0.0.1 (port " stderr &&
|
||||
grep -F "done." stderr
|
||||
test_i18ngrep -F "Looking up 127.0.0.1 ..." stderr &&
|
||||
test_i18ngrep -F "Connecting to 127.0.0.1 (port " stderr &&
|
||||
test_i18ngrep -F "done." stderr
|
||||
}
|
||||
|
||||
test_expect_success 'setup repository' '
|
||||
|
Reference in New Issue
Block a user