summaryrefslogtreecommitdiff
path: root/tests/cond15.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cond15.test')
-rwxr-xr-xtests/cond15.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/cond15.test b/tests/cond15.test
index 30f4953c6..3010c288a 100755
--- a/tests/cond15.test
+++ b/tests/cond15.test
@@ -16,7 +16,7 @@
# Regression test for conditionally defined overriding of automatic rules.
-. ./defs || exit 1
+. ./defs || Exit 1
cat >> configure.in << 'END'
AC_PROG_CC
@@ -50,10 +50,10 @@ endif
bin_PROGRAMS = helldl
END
-$ACLOCAL || exit 1
-$AUTOMAKE || exit 1
+$ACLOCAL || Exit 1
+$AUTOMAKE || Exit 1
num1=`grep 'helldl$(EXEEXT):' Makefile.in | wc -l`
num2=`grep '@COND1_FALSE@@COND2_TRUE@helldl$(EXEEXT):' Makefile.in | wc -l`
-test $num1 -eq 4 || exit 1
-test $num2 -eq 1 || exit 1
+test $num1 -eq 4 || Exit 1
+test $num2 -eq 1 || Exit 1