parallel/testsuite/wanted-results/test25
2012-01-10 00:09:01 +01:00

11 lines
189 B
Plaintext

### Test stdin goes to first command only ("-" as argument)
cat -
via first cat
cat -
via pseudotty
### Test stdin goes to first command only ("cat" as argument)
echo a
a
cat
via pseudotty