(bug #3725) fix unclosed tmpl_if
[koha.git] / t / Boolean.t
index eba01eb..1d179c5 100755 (executable)
@@ -18,7 +18,7 @@ sub f ($) {
    };
    if ($@) {
       $it = $@;
-      $it =~ s/ at \S+ line \d+$\.\n//s;
+      $it =~ s/ at \S+ line \d+\.\n//s;
    }
    return $it;
 }