spk diff testsuite.sh @ rev 141

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Apr 05 08:23:59 2014 +0100 (2014-04-05)
parents 6cc8c13c4ab4
children
line diff
     1.1 --- a/testsuite.sh	Wed May 16 16:54:42 2012 +0200
     1.2 +++ b/testsuite.sh	Sat Apr 05 08:23:59 2014 +0100
     1.3 @@ -11,8 +11,8 @@
     1.4  #./spk-rm bc
     1.5  
     1.6  # Check libspk.sh functions usage.
     1.7 -echo -n "$(boldify "Checking: libspk.sh functions")"
     1.8 -indent 34 "$(colorize $(grep "[a-z]() {" lib/libspk.sh | wc -l) 32)"
     1.9 +echo -n $(boldify "Checking: libspk.sh functions")
    1.10 +indent 34 $(colorize 32 $(grep "[a-z]() {" lib/libspk.sh | wc -l))
    1.11  separator
    1.12  grep "[a-z]() {" lib/libspk.sh | while read line
    1.13  do