]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/builtins.tests
Imported from ../bash-4.0-rc1.tar.gz.
[thirdparty/bash.git] / tests / builtins.tests
index 3c286338ab99faf4a21841bdc484f09e48dce57d..6d20ae92a38a2e09dca822cad368d8eb45b42aaf 100644 (file)
@@ -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.