aboutsummaryrefslogtreecommitdiffstats
path: root/tests/func.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func.tests')
-rw-r--r--tests/func.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/func.tests b/tests/func.tests
index 23dff44..8701c2a 100644
--- a/tests/func.tests
+++ b/tests/func.tests
@@ -157,6 +157,9 @@ ${THIS_SH} ./func2.sub
# test for some posix-specific function behavior
${THIS_SH} ./func3.sub
+# FUNCNEST testing
+${THIS_SH} ./func4.sub
+
unset -f myfunction
myfunction() {
echo "bad shell function redirection"