Author: turnstep
Date: Mon Jun 30 06:25:42 2008
New Revision: 11468
Modified:
DBD-Pg/trunk/t/dbdpg_test_setup.pl
Log:
Whoops, we don't want the bare initdb here.
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 Mon Jun 30 06:25:42 2008
@@ -223,7 +223,7 @@
}
$info = '';
eval {
- $info = qx{initdb --help 2>&1};
+ $info = qx{$initdb --help 2>&1};
};
last GETHANDLE if $@;
if (!defined $info or ($info !~ /[EMAIL PROTECTED]/ and $info
!~ /run as root/)) {