Skip to content

Commit

Permalink
[t/harness] use backslash on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Sep 3, 2011
1 parent a553460 commit 1b7dd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/harness
Expand Up @@ -79,7 +79,7 @@ if ($archive) {

if (eval "require $tap_harness_class;") {
my %harness_options = (
exec => ['./perl6'],
exec => [$ENV{HARNESS_PERL}],
verbosity => 0+$Test::Harness::verbose,
jobs => $jobs || $ENV{TEST_JOBS} || 1,
ignore_exit => 1,
Expand Down

0 comments on commit 1b7dd12

Please sign in to comment.