diff options
Diffstat (limited to 'tests/subdir5.test')
-rwxr-xr-x | tests/subdir5.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/subdir5.test b/tests/subdir5.test index b17f8c8bb..bcf488354 100755 --- a/tests/subdir5.test +++ b/tests/subdir5.test @@ -22,7 +22,7 @@ # This test assumes that the `make' utility is able to start # over and reload Makefiles which have been remade (a non-POSIX feature). required='GNUmake gcc' -. ./defs || exit 1 +. ./defs || Exit 1 set -e |