diff options
Diffstat (limited to 'tests/builtins.tests')
-rw-r--r-- | tests/builtins.tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/builtins.tests b/tests/builtins.tests index 3c28633..6d20ae9 100644 --- a/tests/builtins.tests +++ b/tests/builtins.tests @@ -176,6 +176,9 @@ ${THIS_SH} ./builtins1.sub # test behavior of `.' when given a non-existant file argument ${THIS_SH} ./source5.sub +# test bugs in sourcing non-regular files, fixed post-bash-3.2 +${THIS_SH} ./source6.sub + # in posix mode, assignment statements preceding special builtins are # reflected in the shell environment. `.' and `eval' need special-case # code. |