]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 333998: 012throwables.t broken on Windows - Patch by Marc Schumann <wurblzap...
authorlpsolit%gmail.com <>
Tue, 18 Apr 2006 03:46:47 +0000 (03:46 +0000)
committerlpsolit%gmail.com <>
Tue, 18 Apr 2006 03:46:47 +0000 (03:46 +0000)
t/012throwables.t

index 08e826a08584ea3050aae9d7078dbaf2eaba7b2a..a055e45d0a6fe9d5c2510992462ac703aae692d8 100644 (file)
@@ -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#;
     }
 }