diff options
Diffstat (limited to 't/50-efa.t')
-rw-r--r-- | t/50-efa.t | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; -use Test::Command tests => 85; +use Test::Command tests => (85 - 9); my $efa = 'bin/efa'; my $testarg = "E HBf MH HBf"; @@ -137,6 +137,8 @@ $cmd->exit_is_num(0); $cmd->stdout_is_file("t/out/e_hbf_mh_hbf.ignore_none"); $cmd->stderr_is_eq($EMPTY); +__END__ + $cmd = Test::Command->new( cmd => "$efa $test_parse < t/in/ambiguous" ); |