You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Fix for logic that removes trailing spaces from code.
This commit is contained in:
@@ -810,7 +810,7 @@ sub BackRestTestCommon_Setup
|
||||
&log(WARN, "unit tests do not currently work with version 9.5");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -224,7 +224,7 @@ if (!$bMatch)
|
||||
####################################################################################################################################
|
||||
my $hVersion;
|
||||
|
||||
if (-e './test.pl' && -e '../bin/pg_backrest.pl' && open($hVersion, '<', '../VERSION'))
|
||||
if (-e './test.pl' && -e '../bin/pg_backrest' && open($hVersion, '<', '../VERSION'))
|
||||
{
|
||||
my $strTestVersion = readline($hVersion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user