Commit 6ec3903c authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 333998: 012throwables.t broken on Windows - Patch by Marc Schumann…

Bug 333998: 012throwables.t broken on Windows - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
parent bbfb3575
......@@ -59,7 +59,7 @@ foreach my $include_path (@include_paths) {
$file =~ s/\s.*$//; # nuke everything after the first space
$file =~ s|\\|/|g if $^O eq 'MSWin32'; # convert \ to / in path if on windows
$test_templates{$file} = ()
if $path =~ m#global/(code|user)-error\.html\.tmpl#;
if $file =~ m#global/(code|user)-error\.html\.tmpl#;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment