]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/errors.tests
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / errors.tests
index 14eeb08bb9d53445c97f86612dd9e43ae467543d..ff542f7836b36faa10803598696e68c61a80d0a4 100644 (file)
@@ -262,6 +262,13 @@ echo $?
 ${THIS_SH} ./errors1.sub
 ${THIS_SH} ./errors2.sub
 ${THIS_SH} ./errors3.sub
+${THIS_SH} ./errors4.sub
+${THIS_SH} -o posix ./errors4.sub
+
+${THIS_SH} ./errors5.sub
+
+${THIS_SH} ./errors6.sub
+THIS_SH="${THIS_SH} -o posix" ${THIS_SH} ./errors6.sub
 
 # this must be last!
 # in posix mode, a function name must be a valid identifier