8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
|
#Testing that stdin redirect is restored
|
||
|
echo read2 | $THIS_SH -c 'read r <redir_stdin1.tests
|
||
|
echo $r
|
||
|
read r
|
||
|
echo $r
|
||
|
'
|
||
|
echo Ok:$?
|