summaryrefslogtreecommitdiff
path: root/t/backcompat2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/backcompat2.sh')
-rwxr-xr-xt/backcompat2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/backcompat2.sh b/t/backcompat2.sh
index ba9ec3b93..84bf64235 100755
--- a/t/backcompat2.sh
+++ b/t/backcompat2.sh
@@ -19,7 +19,7 @@
# third argument is empty or non-existent.
am_create_testdir=empty
-. ./defs || Exit 1
+. ./defs || exit 1
# A trick to make the test run muuuch faster, by avoiding repeated
# runs of aclocal (one order of magnitude improvement in speed!).
@@ -47,7 +47,7 @@ END
cat config.h # For debugging.
# The non-empty third argument should prevent PACKAGE and VERSION
# from being AC_DEFINE'd.
- $EGREP 'pkg(name|version)' config.h && Exit 1
+ $EGREP 'pkg(name|version)' config.h && exit 1
# This is required because even relatively-recent versions of the
# BSD shell wrongly exit when the 'errexit' shell flag is active if
# the last command of a compound statement fails, even if it should