slitaz-base-files diff test-libtaz.sh @ rev 334

/lib/libtaz.sh: TZ should be set
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 01 13:30:09 2017 +0100 (2017-12-01)
parents 5979e3b76e5e
children dc2507062df3
line diff
     1.1 --- a/test-libtaz.sh	Sat Jun 20 22:49:35 2015 +0300
     1.2 +++ b/test-libtaz.sh	Fri Dec 01 13:30:09 2017 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  #
     1.6 -. rootfs/lib/libtaz.sh
     1.7 +. ./rootfs/lib/libtaz.sh
     1.8  
     1.9  [ $# -eq 0 ] && title 'Check variables import using libtaz.sh'
    1.10