From f717b66302a437dcf6b63328aff7caf188dcbadd 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; Signed-off-by: Marcel de Rooy Signed-off-by: Mark Tompsett --- 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 f6cd91c..361637e 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -1720,5 +1720,3 @@ sub set_userenv { my ( $library ) = @_; C4::Context->set_userenv(0,0,0,'firstname','surname', $library->{branchcode}, $library->{branchname}, '', '', ''); } - -1; -- 2.1.4