diff options
Diffstat (limited to 'tests/depcomp4.test')
-rwxr-xr-x | tests/depcomp4.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/depcomp4.test b/tests/depcomp4.test index 5aaf93ec7..1f886fb45 100755 --- a/tests/depcomp4.test +++ b/tests/depcomp4.test @@ -17,7 +17,7 @@ # Test for PR 385: makedepend doesn't work with Libtool. required='libtoolize gcc makedepend' -. ./defs || exit 1 +. ./defs || Exit 1 set -e @@ -53,5 +53,5 @@ grep am_cv_CC_dependencies_compiler_type configure ./configure am_cv_CC_dependencies_compiler_type=makedepend $MAKE >output 2>&1 cat output -grep 'unknown directive' output && exit 1 +grep 'unknown directive' output && Exit 1 $MAKE grepdeps |