]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
test-lib: Make colors work on FreeBSD.
authorAndre Noll <maan@systemlinux.org>
Fri, 17 Jan 2014 01:27:14 +0000 (02:27 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 8 Feb 2014 10:55:08 +0000 (11:55 +0100)
Some implementations of tput don't accept capnames (bold, setaf,
sgr0) but only the older termcap capability names (md, AF, me). This
patch teaches test-lib.sh to try both variants and succeed if either
variant works.


No differences found