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)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 26 Jul 2022 16:46:00 +0000 (16:46 +0000)
commitfea07bfab8d4a58bc07929585939a9472c384a59
tree9199e65271fec15262da7421d60afc636ab66520
parente77e51fc93a08b415e3f257e4470228d3fd97d94
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>
t/00-check-atomic-updates.pl [deleted file]
t/00-check-atomic-updates.t [new file with mode: 0755]