[check_postgres] [commit] Revert bad quoting.

check_postgres at bucardo.org check_postgres at bucardo.org
Thu Apr 9 23:11:18 UTC 2009


Committed by Greg Sabino Mullane <greg at endpoint.com>

Revert bad quoting.

---
 t/CP_Testing.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/CP_Testing.pm b/t/CP_Testing.pm
index 1871972..ff0be5a 100644
--- a/t/CP_Testing.pm
+++ b/t/CP_Testing.pm
@@ -126,7 +126,7 @@ sub test_database_handle {
 	} ## end of needs startup
 
 	my $here = cwd();
-	my $dsn = qq{dbi:Pg:host="$here/$dbdir/data/socket";dbname=postgres};
+	my $dsn = qq{dbi:Pg:host=$here/$dbdir/data/socket;dbname=postgres};
 	my @superdsn = ($dsn, '', '', {AutoCommit=>0,RaiseError=>1,PrintError=>0});
 	my $dbh = DBI->connect(@superdsn);
 	$dbh->ping() or die qq{Failed to ping!\n};
-- 
1.6.0.5



More information about the Check_postgres mailing list