[Koha-bugs] [Bug 31108] New: add missing shebang line to ./t/00-check-atomic-updates.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 6 09:48:46 CEST 2022


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

            Bug ID: 31108
           Summary: add missing shebang line to
                    ./t/00-check-atomic-updates.pl
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Test Suite
          Assignee: chris at bigballofwax.co.nz
          Reporter: mtj at kohaaloha.com
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list