diff options
Diffstat (limited to 'tests/pluseq2.test')
-rwxr-xr-x | tests/pluseq2.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/pluseq2.test b/tests/pluseq2.test index f7c1e56f9..a7fdc56e0 100755 --- a/tests/pluseq2.test +++ b/tests/pluseq2.test @@ -16,7 +16,7 @@ # Test `+=' with conditionals. -. ./defs || exit 1 +. ./defs || Exit 1 echo 'AM_CONDITIONAL(CHECK, true)' >> configure.in @@ -40,7 +40,7 @@ END : > doz : > dog -$ACLOCAL || exit 1 -$AUTOMAKE || exit 1 -grep 'CHECK_TRUE.*zar doz' Makefile.in || exit 1 +$ACLOCAL || Exit 1 +$AUTOMAKE || Exit 1 +grep 'CHECK_TRUE.*zar doz' Makefile.in || Exit 1 grep 'CHECK_FALSE.*dog' Makefile.in |