summaryrefslogtreecommitdiff
path: root/t/dist/commands.t
diff options
context:
space:
mode:
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');