1
0
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:
David Steele
2015-06-17 15:40:12 -04:00
parent a050b76fa9
commit 22e126eda7
4 changed files with 9 additions and 9 deletions

View File

@@ -810,7 +810,7 @@ sub BackRestTestCommon_Setup
&log(WARN, "unit tests do not currently work with version 9.5");
return false;
}
return true;
}

View File

@@ -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);