1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Rename Perl tests so they don't conflict with their C counterparts.

This commit is contained in:
David Steele
2018-01-16 12:36:22 -05:00
parent 0e9ba98a50
commit d992851456
5 changed files with 10 additions and 6 deletions
@@ -1,7 +1,7 @@
####################################################################################################################################
# CommonLogTest.pm - Unit tests for Log module
####################################################################################################################################
package pgBackRestTest::Module::Common::CommonLogTest;
package pgBackRestTest::Module::Common::CommonLogPerlTest;
use parent 'pgBackRestTest::Common::RunTest';
####################################################################################################################################