From 523b2007e5b50d486fe8654cece24eb989645543 Mon Sep 17 00:00:00 2001 From: Olli-Antti Kivilahti Date: Fri, 17 Mar 2017 09:05:47 +0200 Subject: [PATCH] Bug 18292 - t/db_dependent/Circulation.t doesn't need to return 1; Content-Type: text/plain; charset=utf-8 Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy --- t/db_dependent/Circulation.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 995ffbc..1cd5e48 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -1634,5 +1634,3 @@ sub set_userenv { my ( $library ) = @_; C4::Context->set_userenv(0,0,0,'firstname','surname', $library->{branchcode}, $library->{branchname}, '', '', ''); } - -1; -- 2.1.4