summaryrefslogtreecommitdiff
path: root/tests/interp.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/interp.test')
-rwxr-xr-xtests/interp.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/interp.test b/tests/interp.test
index f882a18b4..797882b79 100755
--- a/tests/interp.test
+++ b/tests/interp.test
@@ -16,7 +16,7 @@
# Test to make sure variable interpolation works.
-. ./defs || exit 1
+. ./defs || Exit 1
cat >> configure.in << 'END'
AC_PROG_CC
@@ -28,7 +28,7 @@ s1 = z.c
qqq_SOURCES = $(s1)
END
-$ACLOCAL || exit 1
-$AUTOMAKE || exit 1
+$ACLOCAL || Exit 1
+$AUTOMAKE || Exit 1
$FGREP 'z.$(OBJEXT)' Makefile.in