From c6bbd001a82bb846fe8366b09787912c02bd8e2e Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Sun, 3 Nov 2013 14:57:06 +0400 Subject: [PATCH] Fix run-tests.sh on Solaris. --- tests/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 164bbb4..ed1b498 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -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 <