Fix run-tests.sh on Solaris.
authorStas Boukarev <stassats@gmail.com>
Sun, 3 Nov 2013 10:57:06 +0000 (14:57 +0400)
committerStas Boukarev <stassats@gmail.com>
Sun, 3 Nov 2013 10:57:06 +0000 (14:57 +0400)
tests/run-tests.sh

index 164bbb4..ed1b498 100755 (executable)
@@ -11,7 +11,7 @@
 # absolutely no warranty. See the COPYING and CREDITS files for
 # more information.
 
-if [ $1 = "--help" ]; then
+if [ "$1" = "--help" ]; then
     cat <<EOF
 Run the regression tests in this directory.