diff --git a/test/testit b/test/testit index a7423645..18b08145 100755 --- a/test/testit +++ b/test/testit @@ -12,7 +12,7 @@ currentpath=`pwd` origpath=$currentpath currentdir=`basename $currentpath` while [ $currentdir != "test" ]; do - if [ $currentdir == "/" ] + if [ $currentdir = "/" ] then echo "current directory must be in or under \"test\"." exit 1