6 Jul
2022
6 Jul
'22
8:51 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31108 --- Comment #1 from Mason James <mtj@kohaaloha.com> --- Created attachment 137198 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=137198&action=edit Bug 31108: add missing shebang line to ./t/00-check-atomic-updates.pl small patch to add missing shebang line to ./t/00-check-atomic-updates.pl to test... 1/ run prove, test is not run :( prove ./t | grep 00-check-atomic-updates.pl | wc -l 0 2/ apply patch 3/ run prove, test is run :) prove ./t | grep 00-check-atomic-updates.pl | wc -l 2 -- You are receiving this mail because: You are watching all bug changes.