This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit f89d2f85cf57d5a9e84079849e4cd5ea3cd2a6fe
Author: Tatsuhiko Miyagawa <miyag...@bulknews.net>
Date:   Wed Jun 5 23:45:21 2013 +0900

    run install twice
---
 xt/cli/mismatch.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xt/cli/mismatch.t b/xt/cli/mismatch.t
index 6a5149c..482cc48 100644
--- a/xt/cli/mismatch.t
+++ b/xt/cli/mismatch.t
@@ -10,7 +10,7 @@ requires 'Data::Dumper' => '== 2.139';
 requires 'Test::Differences' => '== 0.61';
 EOF
 
-    $app->run("install");
+    $app->run("install") for 1..2;
     $app->run("list");
     like $app->stdout, qr/Data-Dumper-2\.139/;
     like $app->stdout, qr/Test-Differences-0\.61/;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/carton.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to