X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fharness;h=1a15ebcca252fcb2eb541c0f7a6762ceee6473f1;hb=436c6dd385a3b29cadf4fa091af1c55eed665e29;hp=53665f4a23790c8399d14da4ed472920b4a67fc9;hpb=35d88760165be575724cd1a879799c58a79fe96e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/harness b/t/harness index 53665f4..1a15ebc 100644 --- a/t/harness +++ b/t/harness @@ -74,7 +74,9 @@ if (@ARGV) { push @tests, ; } } - +if ($^O eq 'MSWin32') { + s,\\,/,g for @tests; +} Test::Harness::runtests @tests; exit(0) unless -e "../testcompile";