summaryrefslogtreecommitdiff
path: root/test/make-cairo-test-constructors.sh
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-09-02 10:09:50 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-09-02 10:09:50 +0100
commit2c03dfa0b406565fca798214a842bac69b042017 (patch)
tree28351b8f4eff4e7eada61fe0184d103eec5fdb27 /test/make-cairo-test-constructors.sh
parentf5df38ca5efcbc0cd3cc18d9fb67df49ec4859f8 (diff)
downloadcairo-2c03dfa0b406565fca798214a842bac69b042017.tar.gz
[boilerplate/test] Use numerical equality not string equality
test == != -eq
Diffstat (limited to 'test/make-cairo-test-constructors.sh')
-rw-r--r--test/make-cairo-test-constructors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/make-cairo-test-constructors.sh b/test/make-cairo-test-constructors.sh
index fdb84e9dc..cb1391e73 100644
--- a/test/make-cairo-test-constructors.sh
+++ b/test/make-cairo-test-constructors.sh
@@ -1,6 +1,6 @@
#! /bin/sh
-if test $# == 0; then
+if test $# -eq 0; then
echo "$0: no input files." >&2
exit 0
fi