summaryrefslogtreecommitdiff
path: root/xt/cli/mismatch.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/cli/mismatch.t')
-rw-r--r--xt/cli/mismatch.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/xt/cli/mismatch.t b/xt/cli/mismatch.t
index 482cc48..e233dc9 100644
--- a/xt/cli/mismatch.t
+++ b/xt/cli/mismatch.t
@@ -14,6 +14,9 @@ EOF
$app->run("list");
like $app->stdout, qr/Data-Dumper-2\.139/;
like $app->stdout, qr/Test-Differences-0\.61/;
+
+ $app->run("check");
+ like $app->stdout, qr/are satisfied/;
}
done_testing;