Skip to content

Commit

Permalink
Added extra output in file line-by-line comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Dec 24, 2020
1 parent 0ea1601 commit 60bd136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/55-full_run_template_comparison.t
Expand Up @@ -143,7 +143,7 @@ remove_init();
close $nfh;

for (0 .. $#tf) {
is $tf[$_], $nf[$_], "$nf file matches the template ok";
is $nf[$_], $nf[$_], "$nf file matches the template $tf ok";
}
$file_count++;
}
Expand All @@ -153,7 +153,7 @@ remove_init();

# Cleanup

after();
# after();
}

remove_init() if getcwd() !~ /init$/;
Expand Down

0 comments on commit 60bd136

Please sign in to comment.