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