diff options
Diffstat (limited to 'tests/nodef2.test')
-rwxr-xr-x | tests/nodef2.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nodef2.test b/tests/nodef2.test index d5f895e7e..65c77c9f5 100755 --- a/tests/nodef2.test +++ b/tests/nodef2.test @@ -16,7 +16,7 @@ # Make sure that PACKAGE and VERSION are AC_DEFINEd when requested. -. ./defs || exit 1 +. ./defs || Exit 1 set -e @@ -51,5 +51,5 @@ $AUTOCONF $AUTOMAKE # Dummy call to make sure Automake grok `no-define' silently. ./configure -grep 'DEFS.*-DVERSION=\\"UnIqUe' output && exit 1 +grep 'DEFS.*-DVERSION=\\"UnIqUe' output && Exit 1 : |