1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-06 13:46:07 +02:00

t/lib-terminal.sh: fix typo

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Alexander Kuleshov 2015-01-21 15:14:01 +06:00 committed by Junio C Hamano
parent 25143a54fc
commit a9942e108c

View File

@ -1,7 +1,7 @@
# Helpers for terminal output tests.
# Catch tests which should depend on TTY but forgot to. There's no need
# to aditionally check that the TTY prereq is set here. If the test declared
# to additionally check that the TTY prereq is set here. If the test declared
# it and we are running the test, then it must have been set.
test_terminal () {
if ! test_declared_prereq TTY