From f70f39f110e2a7db75a219b9cb8dc7975cf421ed Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@koha-community.org>
Date: Tue, 23 Jun 2015 16:10:22 +0200
Subject: [PATCH] Bug 14439: Add test - template path should finish by .tt

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
---
 t/db_dependent/Auth.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/db_dependent/Auth.t b/t/db_dependent/Auth.t
index 43e1aa8..495467f 100644
--- a/t/db_dependent/Auth.t
+++ b/t/db_dependent/Auth.t
@@ -8,7 +8,7 @@ use Modern::Perl;
 use CGI qw ( -utf8 );
 use Test::MockModule;
 use List::MoreUtils qw/all any none/;
-use Test::More tests => 12;
+use Test::More tests => 13;
 use Test::Warn;
 use C4::Members;
 use Koha::AuthUtils qw/hash_password/;
@@ -112,6 +112,7 @@ $dbh->{RaiseError} = 1;
             ../../../../../../../../../../../../../../../etc/passwd
             test/../../../../../../../../../../../../../../etc/passwd
             /etc/passwd
+            test/does_not_finished_by_tt_t
         )
     ) {
         eval {
-- 
2.1.0