diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-01 16:11:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-01 16:11:20 +0200 |
commit | e9ccc9da821f97d5f6389e7e59889aadd3474948 (patch) | |
tree | 6abc101d626dd3211a433324d66adc5fd6181069 /t/50-efa.t | |
parent | c91b464dce9357ceb9653d16fe6e06cd4fb2d666 (diff) |
Initial splitup to WWW::Efa. Lots of stuff to improve yet
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" ); |