projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd494c3
)
Fix run-tests.sh on Solaris.
author
Stas Boukarev
<stassats@gmail.com>
Sun, 3 Nov 2013 10:57:06 +0000
(14:57 +0400)
committer
Stas Boukarev
<stassats@gmail.com>
Sun, 3 Nov 2013 10:57:06 +0000
(14:57 +0400)
tests/run-tests.sh
patch
|
blob
|
history
diff --git
a/tests/run-tests.sh
b/tests/run-tests.sh
index
164bbb4
..
ed1b498
100755
(executable)
--- 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 <<EOF
Run the regression tests in this directory.