summaryrefslogtreecommitdiff
path: root/tests/missing6.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/missing6.test')
-rwxr-xr-xtests/missing6.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/missing6.test b/tests/missing6.test
index f65e2ab97..15767b02a 100755
--- a/tests/missing6.test
+++ b/tests/missing6.test
@@ -16,7 +16,7 @@
# Make sure autoconf version checks in aclocal.m4 are robust.
-. ./defs || exit 1
+. ./defs || Exit 1
set -e
@@ -39,7 +39,7 @@ $AUTOMAKE
$MAKE
sed 's/\[b\]/[a]/' < configure.ac > configure.tmp
-cmp configure.ac configure.tmp && exit 1
+cmp configure.ac configure.tmp && Exit 1
mv configure.tmp configure.ac