diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/make-cairo-test-constructors.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/make-cairo-test-constructors.sh b/test/make-cairo-test-constructors.sh index fdb84e9d..cb1391e7 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 |