Author: turnstep
Date: Sun Jun 29 19:19:30 2008
New Revision: 11465
Modified:
DBD-Pg/trunk/t/dbdpg_test_setup.pl
Log:
Minor tweak.
Modified: DBD-Pg/trunk/t/dbdpg_test_setup.pl
==============================================================================
--- DBD-Pg/trunk/t/dbdpg_test_setup.pl (original)
+++ DBD-Pg/trunk/t/dbdpg_test_setup.pl Sun Jun 29 19:19:30 2008
@@ -231,7 +231,7 @@
$@ = "Bad initdb output: $info";
}
else {
- my $msg = "Failed to run initdb.";
+ my $msg = 'Failed to run initdb.';
exists $ENV{PGINITDB} and $msg .= " ENV was:
$ENV{PGINITDB}";
$msg .= " Final call was: $initdb";
$@ = $msg;