X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fbuiltins.tests;h=6d20ae92a38a2e09dca822cad368d8eb45b42aaf;hb=3185942a5234e26ab13fa02f9c51d340cec514f8;hp=3c286338ab99faf4a21841bdc484f09e48dce57d;hpb=f1be666c7d78939ad775078d290bec2758fa29a2;p=platform%2Fupstream%2Fbash.git 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.