[Koha-bugs] [Bug 18292] Tests do not need to return 1;

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 7 15:52:17 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64127|0                           |1
        is obsolete|                            |

--- Comment #13 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 65554
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65554&action=edit
Bug 18292: Remove return 1 statements in tests

The test files do not need to return 1

Patch generated with:
perl -p -i -e "s/^1;\n//xsm" t/**/*.t

Test plan:
  git grep '^1;$' t/**/*.t
should not return any results

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list