Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Stop starting pager recursively
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index d75766adaf127bbe77022da4ba1e2af1fbdff878..50a01b1c1d75f20cde4ba4b14c5fc451d783b045 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-614,6
+614,7
@@
case $(uname -s) in
;;
esac
+( COLUMNS=1 && test $COLUMNS = 1 ) && test_set_prereq COLUMNS_CAN_BE_1
test -z "$NO_PERL" && test_set_prereq PERL
test -z "$NO_PYTHON" && test_set_prereq PYTHON
test -n "$USE_LIBPCRE" && test_set_prereq LIBPCRE