From: lpsolit%gmail.com <> Date: Tue, 18 Apr 2006 03:46:47 +0000 (+0000) Subject: Bug 333998: 012throwables.t broken on Windows - Patch by Marc Schumann r=LpSolit a=justdave --- diff --git a/t/012throwables.t b/t/012throwables.t index 08e826a085..a055e45d0a 100644 --- a/t/012throwables.t +++ b/t/012throwables.t @@ -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#; } }