2023-11-16 23:19:36 -05:00

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:$?