summaryrefslogtreecommitdiffstats
path: root/t/012throwables.t
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-04-18 05:49:59 +0200
committerlpsolit%gmail.com <>2006-04-18 05:49:59 +0200
commit6ec3903ce315493dc6cc3ded2d9c6c69b0dfc8a2 (patch)
treed45325e291765d197832b05a673dc997114e2f18 /t/012throwables.t
parentbbfb3575d2ad4a06bc9bc0f92a50aa815ea51a09 (diff)
downloadbugzilla-6ec3903ce315493dc6cc3ded2d9c6c69b0dfc8a2.tar.gz
bugzilla-6ec3903ce315493dc6cc3ded2d9c6c69b0dfc8a2.tar.xz
Bug 333998: 012throwables.t broken on Windows - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
Diffstat (limited to 't/012throwables.t')
-rw-r--r--t/012throwables.t2
1 files changed, 1 insertions, 1 deletions
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#;
}
}