diff options
-rw-r--r-- | t/012throwables.t | 2 |
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#; } } |