1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Using ' instead of " where appropriate.

This commit is contained in:
David Steele 2014-09-18 12:37:14 -04:00
parent 3ab81752c0
commit a5f09caff7

View File

@ -13,7 +13,7 @@ use Carp;
use File::Basename; use File::Basename;
use lib dirname($0) . "/../lib"; use lib dirname($0) . '/../lib';
use BackRest::Utility; use BackRest::Utility;
use BackRest::File; use BackRest::File;
@ -58,7 +58,7 @@ sub BackRestTestUtility_Test
my $strTestPath = BackRestTestCommon_TestPathGet(); my $strTestPath = BackRestTestCommon_TestPathGet();
# Print test banner # Print test banner
&log(INFO, "UTILITY MODULE ******************************************************************"); &log(INFO, 'UTILITY MODULE ******************************************************************');
#------------------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------------------
# Test config # Test config
@ -72,7 +72,7 @@ sub BackRestTestUtility_Test
&log(INFO, "Test config\n"); &log(INFO, "Test config\n");
# Increment the run, log, and decide whether this unit test should be run # Increment the run, log, and decide whether this unit test should be run
if (BackRestTestCommon_Run(++$iRun, "base")) if (BackRestTestCommon_Run(++$iRun, 'base'))
{ {
# Create the test directory # Create the test directory
if ($bCreate) if ($bCreate)