1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-06-16 23:47:38 +02:00

Rename PGBACKREST/BACKREST constants to PROJECT.

This brings consistency between the C and Perl constants and allows for easier code reuse.
This commit is contained in:
David Steele
2018-11-24 19:05:03 -05:00
parent 7a1a688835
commit 801e2a5a2c
48 changed files with 176 additions and 172 deletions

View File

@ -116,7 +116,7 @@ sub run
$self->testResult(
sub {$oIoBuffered->readLine()},
'{"name":"' . BACKREST_NAME . '","service":"test","version":"' . BACKREST_VERSION . '"}', 'read greeting');
'{"name":"' . PROJECT_NAME . '","service":"test","version":"' . PROJECT_VERSION . '"}', 'read greeting');
#---------------------------------------------------------------------------------------------------------------------------
$self->testResult(