slitaz-base-files view testsuite.sh @ rev 132

libtaz.sh: cols are not set by stty in CGI or GTK and so better separator function
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 13 13:39:20 2012 +0200 (2012-04-13)
parents dda191a2b939
children a9f3ad0aff28
line source
1 #!/bin/sh
2 #
3 . rootfs/lib/libtaz.sh
5 echo -n "Checking libtaz.sh: status() 0"
6 status
8 echo -n "Checking libtaz.sh: status() 1"
9 touch /tmp/1/2/2/4 2>/dev/null
10 status
12 echo -n "Checking libtaz.sh: boldify() "
13 boldify "Message"
15 echo "Checking libtaz.sh: separator"
16 separator
18 echo ""
19 exit 0