summaryrefslogtreecommitdiff
path: root/tests/init.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.test')
-rwxr-xr-xtests/init.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/init.test b/tests/init.test
index 40e41fa8c..914a221c8 100755
--- a/tests/init.test
+++ b/tests/init.test
@@ -17,7 +17,7 @@
# Make sure we give a sensible error message when neither AC_INIT nor
# AM_INIT_AUTOMAKE are given arguments.
-. ./defs || exit 1
+. ./defs || Exit 1
set -e
@@ -27,7 +27,7 @@ AM_INIT_AUTOMAKE
END
# The error message should mension AC_INIT, not AC_PACKAGE_VERSION.
-($ACLOCAL && $AUTOCONF) 2>stderr && exit 1
+($ACLOCAL && $AUTOCONF) 2>stderr && Exit 1
cat stderr
-grep AC_PACKAGE_VERSION stderr && exit 1
+grep AC_PACKAGE_VERSION stderr && Exit 1
grep AC_INIT stderr