Skip to content

Commit

Permalink
use working test.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Aug 17, 2014
1 parent e2eeec9 commit 83e701a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Test;
my $no_plan = 0;
my $done_testing_has_been_run = 0;
%*ENV<PERL6_EXE> //= $*EXECUTABLE_NAME;
%*ENV<PERL6_EXE> //= ~$*EXECUTABLE;

sub _plan($t) { plan($no_plan = $t eq 'no_plan' ?? * !! $t) }
sub _pass(*@args) { pass(|@args) }
Expand Down Expand Up @@ -206,7 +206,7 @@ END
}

# This is the temporary file for _fresh_perl
$tmpfile = tempfile();
#~ $tmpfile = tempfile();


sub which_perl {
Expand Down

0 comments on commit 83e701a

Please sign in to comment.