Skip to content

Commit d4958d3

Browse files
committed
Merge branch 'zj/mksh-columns-breakage' into lp/diffstat-with-graph
By Zbigniew Jędrzejewski-Szmek * zj/mksh-columns-breakage: test-lib: skip test with COLUMNS=1 under mksh
2 parents 678c574 + b082687 commit d4958d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/test-lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ case $(uname -s) in
615615
;;
616616
esac
617617

618+
( COLUMNS=1 && test $COLUMNS = 1 ) && test_set_prereq COLUMNS_CAN_BE_1
618619
test -z "$NO_PERL" && test_set_prereq PERL
619620
test -z "$NO_PYTHON" && test_set_prereq PYTHON
620621
test -n "$USE_LIBPCRE" && test_set_prereq LIBPCRE

0 commit comments

Comments
 (0)