redir_stdin1.tests 130 B

1234567
  1. #Testing that stdin redirect is restored
  2. echo read2 | $THIS_SH -c 'read r <redir_stdin1.tests
  3. echo $r
  4. read r
  5. echo $r
  6. '
  7. echo Ok:$?