summaryrefslogtreecommitdiff
path: root/tests/subobj8.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/subobj8.test')
-rwxr-xr-xtests/subobj8.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/subobj8.test b/tests/subobj8.test
index a6cf5b787..2aa0a9354 100755
--- a/tests/subobj8.test
+++ b/tests/subobj8.test
@@ -16,7 +16,7 @@
# Make sure `compile' is included when subdir-objects is used in a subdir.
-. ./defs || exit 1
+. ./defs || Exit 1
cat > configure.in << 'END'
AC_INIT(Makefile.am)
@@ -39,6 +39,6 @@ bin_PROGRAMS = mumble
mumble_SOURCES = bar/a.c
EOF
-$ACLOCAL || exit 1
-$AUTOMAKE --add-missing || exit 1
-test -f tools/compile || exit 1
+$ACLOCAL || Exit 1
+$AUTOMAKE --add-missing || Exit 1
+test -f tools/compile || Exit 1