summaryrefslogtreecommitdiff
path: root/tests/builtins.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/builtins.tests')
-rw-r--r--tests/builtins.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/builtins.tests b/tests/builtins.tests
index 69515ada..9d775201 100644
--- a/tests/builtins.tests
+++ b/tests/builtins.tests
@@ -179,6 +179,9 @@ ${THIS_SH} ./source5.sub
# test bugs in sourcing non-regular files, fixed post-bash-3.2
${THIS_SH} ./source6.sub
+# test bugs with source called from multiline aliases and other contexts
+${THIS_SH} ./source7.sub
+
# in posix mode, assignment statements preceding special builtins are
# reflected in the shell environment. `.' and `eval' need special-case
# code.