From e9ccc9da821f97d5f6389e7e59889aadd3474948 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 1 Aug 2010 16:11:20 +0200 Subject: Initial splitup to WWW::Efa. Lots of stuff to improve yet --- t/50-efa.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/50-efa.t') 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" ); -- cgit v1.2.3