From 9dfa1c4f0f31d28e4f5f96a6cf6c89c71e18657e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 18 Apr 2006 03:48:15 +0000 Subject: [PATCH] Bug 333998: 012throwables.t broken on Windows - Patch by Marc Schumann r=LpSolit a=justdave --- t/012throwables.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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#; } } -- 2.47.2