summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-05 23:31:50 +0900
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-05 23:31:50 +0900
commit21ebd30dbaa2e52dab0af6addd94e1038e4b9fd3 (patch)
tree876387b21bd40ee9e4859aea11c0782d58e9aeb8
parent534397bf9ec42b77059be9077d48c337b74fbe69 (diff)
downloadcarton-travis-debug.tar.gz
-rw-r--r--xt/cli/mismatch.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/cli/mismatch.t b/xt/cli/mismatch.t
index fc08341..2a260f3 100644
--- a/xt/cli/mismatch.t
+++ b/xt/cli/mismatch.t
@@ -11,9 +11,9 @@ requires 'Test::Differences' => '== 0.61';
EOF
$app->run("install");
- $app->run("list");
use Data::Dumper;
warn Dumper $app;
+ $app->run("list");
like $app->stdout, qr/Data-Dumper-2\.139/;
like $app->stdout, qr/Test-Differences-0\.61/;
}