summaryrefslogtreecommitdiff
path: root/tests/libobj11.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libobj11.test')
-rwxr-xr-xtests/libobj11.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/libobj11.test b/tests/libobj11.test
index 1611db4a0..164db9c4f 100755
--- a/tests/libobj11.test
+++ b/tests/libobj11.test
@@ -16,7 +16,7 @@
# AC_LIBOBJ must allow [] around its argument.
-. ./defs || exit 1
+. ./defs || Exit 1
cat > configure.in << 'END'
AC_INIT
@@ -35,5 +35,5 @@ END
: > mountlist.c
-$ACLOCAL || exit 1
-$AUTOMAKE || exit 1
+$ACLOCAL || Exit 1
+$AUTOMAKE || Exit 1