diff options
Diffstat (limited to 'tests/subobj.test')
-rwxr-xr-x | tests/subobj.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/subobj.test b/tests/subobj.test index a24da5539..259303a6b 100755 --- a/tests/subobj.test +++ b/tests/subobj.test @@ -16,7 +16,7 @@ # Test of subdir objects with C. -. ./defs || exit 1 +. ./defs || Exit 1 set -e @@ -39,7 +39,7 @@ grep 'install.*compile' stderr test -f compile $FGREP 'generic/a.$(OBJEXT)' Makefile.in -grep '[^/]a\.\$(OBJEXT)' Makefile.in && exit 1 +grep '[^/]a\.\$(OBJEXT)' Makefile.in && Exit 1 # Opportunistically test for a different bug. grep '^generic/b.\$(OBJEXT):.*dirstamp' Makefile.in |