diff options
Diffstat (limited to 'tests/subobj7.test')
-rwxr-xr-x | tests/subobj7.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/subobj7.test b/tests/subobj7.test index cd99f9d1d..4b89c7991 100755 --- a/tests/subobj7.test +++ b/tests/subobj7.test @@ -17,7 +17,7 @@ # Test to make sure AM_CFLAGS appears in subdir compilation rule. # Report from Steve M. Robbins. -. ./defs || exit 1 +. ./defs || Exit 1 set -e @@ -37,6 +37,6 @@ END $ACLOCAL $AUTOMAKE --add-missing -grep wish_CFLAGS Makefile.in && exit 1 +grep wish_CFLAGS Makefile.in && Exit 1 : |