diff options
Diffstat (limited to 'tests/missing.test')
-rwxr-xr-x | tests/missing.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/missing.test b/tests/missing.test index 274226cbf..7d541837a 100755 --- a/tests/missing.test +++ b/tests/missing.test @@ -16,7 +16,7 @@ # Test missing with version mismatches. -. ./defs || exit 1 +. ./defs || Exit 1 set -e @@ -51,5 +51,5 @@ $MAKE # Make sure $MAKE fails when timestamps aren't updated and missing is not used. $sleep touch aclocal.m4 -$MAKE && exit 1 +$MAKE && Exit 1 : |