summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-05 19:05:07 +0900
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-05 19:05:07 +0900
commit26f9ea0b7610219a3cf9c024e95712b507d31353 (patch)
tree7b84b404cf3b81c89d354045f2da65028fa4d0b8
parent46783c166196c77ac8c69f4ba2c0d0507133babb (diff)
downloadcarton-26f9ea0b7610219a3cf9c024e95712b507d31353.tar.gz
this test should now always succeed, i hope
-rw-r--r--xt/cli/json_pp.t7
1 files changed, 2 insertions, 5 deletions
diff --git a/xt/cli/json_pp.t b/xt/cli/json_pp.t
index 99bea4e..c1f7707 100644
--- a/xt/cli/json_pp.t
+++ b/xt/cli/json_pp.t
@@ -15,11 +15,8 @@ EOF
$app->run("install");
$app->clean_local;
- TODO: {
- local $TODO = "collect installs";
- $app->run("install", "--deployment");
- unlike $app->stderr, qr/JSON::PP is not in range/;
- }
+ $app->run("install", "--deployment");
+ unlike $app->stderr, qr/JSON::PP is not in range/;
}
done_testing;