summaryrefslogtreecommitdiff
path: root/t/50-efa.t
diff options
context:
space:
mode:
Diffstat (limited to 't/50-efa.t')
-rw-r--r--t/50-efa.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/50-efa.t b/t/50-efa.t
index 94529bc..96e3210 100644
--- a/t/50-efa.t
+++ b/t/50-efa.t
@@ -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"
);