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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 6 Jul 2022 19:40:51 +0000 (16:40 -0300)
commit8884068904b77ecb8dff7875a056129443b08e6b
tree672d8e8793e266938b4afb84087a71f48b630ba8
parentb4eaac91c91b5ceb19fb31d65043e63b8447b644
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>
t/00-check-atomic-updates.pl [deleted file]
t/00-check-atomic-updates.t [new file with mode: 0755]