]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/func.tests
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / tests / func.tests
index ed3d355c457a96c856e17a0fcdf4e43d1cf4519d..2095f249919a6b5ff35543f06d384e120b3de879 100644 (file)
@@ -150,4 +150,11 @@ ${THIS_SH} -c 'type zf'
 
 ${THIS_SH} ./func1.sub
 
+# tests for functions whose bodies are not group commands, with and without
+# attached redirections
+${THIS_SH} ./func2.sub
+
+# test for some posix-specific function behavior
+${THIS_SH} ./func3.sub
+
 exit 0