]> git.vpit.fr Git - perl/modules/rgit.git/commitdiff
Noop
authorVincent Pit <vince@profvince.com>
Sun, 5 Oct 2008 22:19:37 +0000 (00:19 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 5 Oct 2008 22:19:37 +0000 (00:19 +0200)
t/15-failures.t

index 52700452c0fd517f9ad2961eecc0c35583fca5b9..a25d334d25e7d875fbd2d400f83a0df98a0d4ddf 100644 (file)
@@ -85,4 +85,3 @@ is($res, 'App::Rgit::Test::Pub', 'App::Rgit::Command->action("beer" => "App::Rgi
 $res = eval { App::Rgit::Command->action('beer') };
 is($@, '', 'App::Rgit::Command->action("beer"): does not croak');
 is($res, 'App::Rgit::Test::Pub', 'App::Rgit::Command->action("beer"): returns valid answer');
-