Author: turnstep
Date: Sun Jul 13 20:18:55 2008
New Revision: 11532
Modified:
DBD-Pg/trunk/t/dbdpg_test_setup.pl
Log:
Wording 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 Jul 13 20:18:55 2008
@@ -237,7 +237,7 @@
}
}
else {
- my $msg = 'Failed to run initdb.';
+ my $msg = 'Failed to run initdb (executable
probably not available).';
exists $ENV{PGINITDB} and $msg .= " ENV was:
$ENV{PGINITDB}";
$msg .= " Final call was: $initdb";
$@ = $msg;