summaryrefslogtreecommitdiff
path: root/tests/errors.tests
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2018-05-22 16:51:07 -0400
committerChet Ramey <chet.ramey@case.edu>2018-05-22 16:51:07 -0400
commit9a51695bed07d37086c352372ac69d0a30039a6b (patch)
tree4d0f57cba0dd1ec7a75aae56e18cfe9997d0b7a7 /tests/errors.tests
parent7de27456f6494f5f9c11ea1c19024d0024f31112 (diff)
downloadbash-5.0-alpha.tar.gz
bash-5.0-alpha releasebash-5.0-alpha
Diffstat (limited to 'tests/errors.tests')
-rw-r--r--tests/errors.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/errors.tests b/tests/errors.tests
index ff542f78..4183d024 100644
--- a/tests/errors.tests
+++ b/tests/errors.tests
@@ -270,6 +270,9 @@ ${THIS_SH} ./errors5.sub
${THIS_SH} ./errors6.sub
THIS_SH="${THIS_SH} -o posix" ${THIS_SH} ./errors6.sub
+${THIS_SH} ./errors7.sub
+${THIS_SH} -o posix ./errors7.sub
+
# this must be last!
# in posix mode, a function name must be a valid identifier
# this can't go in posix2.tests, since it causes the shell to exit