1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Removed dependency on dequeue_timed() which eliminates the CPAN install.

Added vagrant config for CentOS 6.
This commit is contained in:
David Steele
2015-07-10 09:20:28 -04:00
parent 1df8c30549
commit e9ce4efedf
8 changed files with 111 additions and 152 deletions

View File

@@ -57,7 +57,7 @@ sub BackRestTestFile_Setup
# Create the backrest private directory
if (defined($bPrivate) && $bPrivate)
{
system("ssh backrest\@${strHost} 'mkdir -m 700 ${strTestPath}/private'") == 0 or die 'unable to create test/private path';
system("ssh backrest\@${strHost} 'mkdir -m 700 ${strTestPath}/private'") == 0 or die "unable to create ${strTestPath}/private path";
}
}
}