summaryrefslogtreecommitdiff
path: root/tests/instexec.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/instexec.test')
-rwxr-xr-xtests/instexec.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/instexec.test b/tests/instexec.test
index d6cffde74..36ed0f0ea 100755
--- a/tests/instexec.test
+++ b/tests/instexec.test
@@ -17,11 +17,11 @@
# Test for this bug: when a Makefile.am builds nothing, no
# install-exec target is generated.
-. ./defs || exit 1
+. ./defs || Exit 1
: > Makefile.am
-$ACLOCAL || exit 1
-$AUTOMAKE || exit 1
+$ACLOCAL || Exit 1
+$AUTOMAKE || Exit 1
grep '^install-exec:' Makefile.in