summaryrefslogtreecommitdiff
path: root/tests/defun2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/defun2.test')
-rwxr-xr-xtests/defun2.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/defun2.test b/tests/defun2.test
index 9eb9366af..faecf8a98 100755
--- a/tests/defun2.test
+++ b/tests/defun2.test
@@ -17,7 +17,7 @@
# Make sure we don't mistake a macro definition for an invocation.
# From Jim Meyering.
-. ./defs || exit 1
+. ./defs || Exit 1
cat >> configure.in << 'END'
dnl if buggy this will require getloadavg.c
@@ -34,5 +34,5 @@ END
: > memcmp.c
-$ACLOCAL || exit 1
+$ACLOCAL || Exit 1
$AUTOMAKE