Skip to content

Commit

Permalink
Fix t/test.pl to use some global
Browse files Browse the repository at this point in the history
Fix Perl#249

This is a regression introduced by 2082e41
  • Loading branch information
atoomic committed Aug 21, 2020
1 parent 138c2a8 commit 5c0671a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/test.pl
Expand Up @@ -34,8 +34,8 @@
# This is 'our' to enable harness to account for TODO-ed tests in
# overall grade of PASS or FAIL
our $TODO = 0;
my $NO_ENDING = 0;
my $Tests_Are_Passing = 1;
our $NO_ENDING = 0;
our $Tests_Are_Passing = 1;

# Use this instead of print to avoid interference while testing globals.
sub _print {
Expand Down

0 comments on commit 5c0671a

Please sign in to comment.