This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #116190] feed an empty stdin to run_multiple_progs() programs
authorTony Cook <tony@develop-help.com>
Tue, 16 Jul 2013 04:57:20 +0000 (14:57 +1000)
committerTony Cook <tony@develop-help.com>
Tue, 23 Jul 2013 00:02:26 +0000 (10:02 +1000)
commit684b0ecaad281760b04dd2da317ee0459cafebf6
tree0642303e097a8f25ef7041b3cc9bba231c789e3c
parent24ffa3099a4f0f4904129f4f4633846134d0b51f
[perl #116190] feed an empty stdin to run_multiple_progs() programs

Two tests for -a were attempting to read stdin and blocking with the -a
implies -n change.
t/test.pl