summaryrefslogtreecommitdiff
path: root/tests/nodef.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nodef.test')
-rwxr-xr-xtests/nodef.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nodef.test b/tests/nodef.test
index 04a08cb9c..1477f1c0e 100755
--- a/tests/nodef.test
+++ b/tests/nodef.test
@@ -16,7 +16,7 @@
# Make sure that PACKAGE and VERSION are AC_DEFINEd when requested.
-. ./defs || exit 1
+. ./defs || Exit 1
set -e
@@ -55,5 +55,5 @@ $ACLOCAL
$AUTOCONF
./configure
-grep 'DEFS.*-DVERSION=\\"UnIqUe' output && exit 1
+grep 'DEFS.*-DVERSION=\\"UnIqUe' output && Exit 1
: