Imported from ../bash-2.05.tar.gz.
[platform/upstream/bash.git] / tests / func.tests
index ed3d355..2095f24 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