Skip to content
Snippets Groups Projects
Commit 620f88af authored by Richard Hartmann's avatar Richard Hartmann
Browse files

t/300-add.t: Fix warning

t/300-add.t ........ "my" variable $output masks earlier declaration in
same scope at t/300-add.t line 32.
parent 6910f91e
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ A a
", 'Adding a file works';
my $output = `.././vcsh status --terse`;
$output = `.././vcsh status --terse`;
ok $output eq "test1:
A a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment