diff options
Diffstat (limited to 'tests/cond6.test')
-rwxr-xr-x | tests/cond6.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cond6.test b/tests/cond6.test index ae8cc84c9..3490058c2 100755 --- a/tests/cond6.test +++ b/tests/cond6.test @@ -16,7 +16,7 @@ # Test for an odd conditional bug. Report from Matt Leach. -. ./defs || exit 1 +. ./defs || Exit 1 echo 'AM_CONDITIONAL(FOO, true)' >> configure.in @@ -37,5 +37,5 @@ help_DATA = foo endif END -$ACLOCAL || exit 1 +$ACLOCAL || Exit 1 $AUTOMAKE |