diff options
Diffstat (limited to 'tests/ltcond.test')
-rwxr-xr-x | tests/ltcond.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ltcond.test b/tests/ltcond.test index 622880d1c..1febf2c21 100755 --- a/tests/ltcond.test +++ b/tests/ltcond.test @@ -18,7 +18,7 @@ # This combines two examples from the manual. required='libtoolize gcc' -. ./defs || exit 1 +. ./defs || Exit 1 set -e |