Imported from ../bash-2.01.tar.gz.

This commit is contained in:
Jari Aalto 1997-06-05 14:59:13 +00:00
commit d166f04881
304 changed files with 14702 additions and 13012 deletions

8
tests/redir1.sub Normal file
View file

@ -0,0 +1,8 @@
#
# Test the effect of input buffering on the shell's input
#
echo this is redir1.sub
exec 0< redir2.sub
echo BUG: after exec in redir1.sub