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

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:22:10 2019 +0100 (2019-02-26)
parents 65248d132cd2
children
line diff
     1.1 --- a/test-libtaz.sh	Sun Jul 23 13:51:37 2017 +0200
     1.2 +++ b/test-libtaz.sh	Tue Feb 26 08:22:10 2019 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  
     1.5  [ $# -eq 0 ] && title 'Check variables import using libtaz.sh'
     1.6  
     1.7 -if [ "$1" == 'test' ]; then env; exit 0; fi
     1.8 +if [ "$1" = 'test' ]; then env; exit 0; fi
     1.9  
    1.10  ME=$(realpath $0); n=/tmp/n; echo 1 > $n; tests=18
    1.11