@@ -, +, @@ return 1; --- t/db_dependent/Circulation.t | 2 -- 1 file changed, 2 deletions(-) --- a/t/db_dependent/Circulation.t +++ a/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; --