Bug 22493: Clean up DecreaseLoanHighHolds.t
[koha.git] / t / XSLT.t
index b902aa6..e3a7332 100755 (executable)
--- a/t/XSLT.t
+++ b/t/XSLT.t
@@ -77,4 +77,3 @@ my $matching_string = q{<syspref name="singleBranchMode">0</syspref>};
 my $sysprefs_xml = C4::XSLT::get_xslt_sysprefs();
 ok( $sysprefs_xml =~ m/$matching_string/, 'singleBranchMode has a value of 0');
 
-1;