From 6ec3903ce315493dc6cc3ded2d9c6c69b0dfc8a2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 18 Apr 2006 03:49:59 +0000 Subject: 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(-) (limited to 't/012throwables.t') diff --git a/t/012throwables.t b/t/012throwables.t index 08e826a08..a055e45d0 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#; } } -- cgit v1.2.3-24-g4f1b