diff options
Diffstat (limited to 'tests/syntax.test')
-rwxr-xr-x | tests/syntax.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/syntax.test b/tests/syntax.test index 5327cf279..11fe81f94 100755 --- a/tests/syntax.test +++ b/tests/syntax.test @@ -16,7 +16,7 @@ # Test for error for bad syntax. -. ./defs || exit 1 +. ./defs || Exit 1 set -e |