Bug 31108: rename ./t/00-check-atomic-updates.pl extension to *.t
authorMason James <mtj@kohaaloha.com>
Wed, 6 Jul 2022 10:54:55 +0000 (22:54 +1200)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Thu, 11 Aug 2022 07:15:16 +0000 (09:15 +0200)
commit1df5e78deb59d1ae87d315389c84a77ef9409194
treeda34af15fca2bc498aaed2c3d10de9719c303e83
parentb466dab6e2d01c0dd1be23c61754fb7f9f597d34
Bug 31108: rename ./t/00-check-atomic-updates.pl extension to *.t

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.t | wc -l
 2

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 8884068904b77ecb8dff7875a056129443b08e6b)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit fea07bfab8d4a58bc07929585939a9472c384a59)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
t/00-check-atomic-updates.pl [deleted file]
t/00-check-atomic-updates.t [new file with mode: 0755]