1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Cleanup, work on test framework.

This commit is contained in:
David Steele
2014-07-27 18:13:23 -04:00
parent a849f2d2fd
commit 2d9f027e3a
7 changed files with 92 additions and 90 deletions

View File

@ -78,17 +78,6 @@ sub BackRestTestUtility_Test
# Create the test directory
if ($bCreate)
{
# $oFile = BackRest::File->new();
# # Create the file object
# $oFile = (BackRest::File->new
# (
# # strStanza => $strStanza,
# # strBackupPath => BackRestTestCommon_BackupPathGet(),
# # strRemote => $bRemote ? 'backup' : undef,
# # oRemote => $bRemote ? $oRemote : undef
# ))->clone();
BackRestTestUtility_Create();
$bCreate = false;