Imported from ../bash-1.14.7.tar.gz.
This commit is contained in:
commit
726f63884d
402 changed files with 150297 additions and 0 deletions
8
tests/misc/redir.t3.sh
Executable file
8
tests/misc/redir.t3.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
# Test the effect of input buffering on the shell's input
|
||||
#
|
||||
echo this is redir.t3.sh
|
||||
|
||||
exec 0< redir.t3.sub
|
||||
|
||||
echo after exec in redir.t3.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue