1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-06-23 00:07:44 +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

View File

@ -1,7 +1,7 @@
####################################################################################################################################
# Archive Push Tests
####################################################################################################################################
package pgBackRestTest::Module::Archive::ArchivePushTest;
package pgBackRestTest::Module::Archive::ArchivePushPerlTest;
use parent 'pgBackRestTest::Env::HostEnvTest';
####################################################################################################################################