aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-redir/redir_stdin1.tests
blob: f72253f9d095e501084b7383f0e0b27fca0426fa (plain)
1
2
3
4
5
6
7
#Testing that stdin redirect is restored
echo read2 | $THIS_SH -c 'read r <redir_stdin1.tests
echo $r
read r
echo $r
'
echo Ok:$?