X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=t%2FBoolean.t;h=2c5434bd3f8d86a33ad64bac24a71f9f9682b0d8;hb=32fc535b8a71483b401b964b273cb280758ea8f4;hp=7ca05f1c15e45d05d8a8535b51ad7e7d2b927527;hpb=a3775ceccddb4aea8393ea1eb76f16d4bf304151;p=koha.git diff --git a/t/Boolean.t b/t/Boolean.t index 7ca05f1c15..2c5434bd3f 100755 --- a/t/Boolean.t +++ b/t/Boolean.t @@ -37,4 +37,3 @@ warning_like { $result = true_p([]) } 'Invalid boolean (reference) raises warning'; is( $result, undef, 'recognizes a reference as not a boolean' ); -1;