![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Running an editor in a test with "prove" commandby nysus (Parson) |
on May 31, 2020 at 15:46 UTC ( #11117535=perlquestion: print w/replies, xml ) | Need Help?? |
nysus has asked for the wisdom of the Perl Monks concerning the following question: Given this test in test.t:
The Proc::InvokeEditor spawns a new editor instance. When this test is run with prove test.t, you get: test.t .. Vim: Warning: Output is not to a terminalThe test runs fine with perl test.t. What's the best fix for this?
$PM = "Perl Monk's";
Back to
Seekers of Perl Wisdom
|
|