Browse Source

t/lib-terminal.sh: fix typo

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Alexander Kuleshov 10 years ago committed by Junio C Hamano
parent
commit
a9942e108c
  1. 2
      t/lib-terminal.sh

2
t/lib-terminal.sh

@ -1,7 +1,7 @@
# Helpers for terminal output tests. # Helpers for terminal output tests.


# Catch tests which should depend on TTY but forgot to. There's no need # 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. # it and we are running the test, then it must have been set.
test_terminal () { test_terminal () {
if ! test_declared_prereq TTY if ! test_declared_prereq TTY

Loading…
Cancel
Save