slitaz-base-files diff testsuite.sh @ rev 176

Update several function's colorize
author Christian Mesh <meshca@clarkson.edu>
date Sat May 19 03:57:26 2012 -0500 (2012-05-19)
parents fa75f9c09dd8
children d8adb319ac56
line diff
     1.1 --- a/testsuite.sh	Sat May 19 03:35:25 2012 -0500
     1.2 +++ b/testsuite.sh	Sat May 19 03:57:26 2012 -0500
     1.3 @@ -26,7 +26,7 @@
     1.4  check_functions() {
     1.5  	lib=$1
     1.6  	echo -n "$(boldify "Checking: $(basename $lib) functions")"
     1.7 -	indent 34 "$(colorize $(grep "[a-z]() {" $lib | wc -l) 32)"
     1.8 +	indent 34 "$(colorize 32 $(grep "[a-z]() {" $lib | wc -l))"
     1.9  	separator
    1.10  	grep "[a-z]() {" $lib | while read line
    1.11  	do