Bug 18292: Tests do not need to return 1 - xt
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 Aug 2017 16:01:37 +0000 (13:01 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Aug 2017 15:17:43 +0000 (12:17 -0300)
Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

xt/author/icondirectories.t

index 37f3309..d10a0ed 100644 (file)
@@ -90,5 +90,3 @@ for my $staff_theme ( @staff_themes ) {
             or diag( Data::Dumper->Dump( [ $opac_icons ], [ 'opac_icons' ] ) );
     }
 }
-
-1;