summaryrefslogtreecommitdiff
path: root/t/dist/commands.t
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-12-25 17:14:56 -0800
committerRuss Allbery <rra@cpan.org>2021-12-25 17:14:56 -0800
commitd49f4587924e350998178e517b800b7268fa6345 (patch)
tree1d26849d3f9031428c387384be14dfd5477ac0f1 /t/dist/commands.t
parent553010fbf8facfc349a4b48b6aa7837ad006013b (diff)
parentd47e0c931855cf0efbe72291f67ebbbd964f096f (diff)
New upstream version 6.00
Diffstat (limited to 't/dist/commands.t')
-rwxr-xr-xt/dist/commands.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/dist/commands.t b/t/dist/commands.t
index cbd29c3..9ca697c 100755
--- a/t/dist/commands.t
+++ b/t/dist/commands.t
@@ -119,5 +119,5 @@ $metadata_path
$docknot
= App::DocKnot::Dist->new({ distdir => q{.}, metadata => $metadata_path });
@expected = (['make', 'dist']);
-@seen = $docknot->commands();
+@seen = $docknot->commands();
is_deeply(\@seen, \@expected, 'make');