summaryrefslogtreecommitdiff
path: root/tests/version8.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/version8.test')
-rwxr-xr-xtests/version8.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/version8.test b/tests/version8.test
index 8b2ce965b..de61cf18e 100755
--- a/tests/version8.test
+++ b/tests/version8.test
@@ -16,9 +16,9 @@
# Calling AM_AUTOMAKE_VERSION by hand is a bug.
-. ./defs || exit 1
+. ./defs || Exit 1
set -e
echo 'AM_AUTOMAKE_VERSION([1.9])' >>configure.in
-$ACLOCAL 2>stderr && exit 0
+$ACLOCAL 2>stderr && Exit 0
$FGREP 'AM_INIT_AUTOMAKE([1.9])' stderr