From: Jonathan Druart Date: Wed, 9 Aug 2017 16:01:37 +0000 (-0300) Subject: Bug 18292: Tests do not need to return 1 - xt X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=e03f590fa1080b1c3fbe25c91af08094620609d6;p=koha.git Bug 18292: Tests do not need to return 1 - xt Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- diff --git a/xt/author/icondirectories.t b/xt/author/icondirectories.t index 37f3309fba..d10a0ed26c 100644 --- a/xt/author/icondirectories.t +++ b/xt/author/icondirectories.t @@ -90,5 +90,3 @@ for my $staff_theme ( @staff_themes ) { or diag( Data::Dumper->Dump( [ $opac_icons ], [ 'opac_icons' ] ) ); } } - -1;