Author: turnstep
Date: Tue Apr 29 05:35:23 2008
New Revision: 11151
Modified:
DBD-Pg/trunk/t/dbdpg_test_setup.pl
Log:
Catch errors as well.
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 Tue Apr 29 05:35:23 2008
@@ -190,7 +190,7 @@
## Do we have initdb available?
$info = '';
eval {
- $info = qx{initdb --help};
+ $info = qx{initdb --help 2>&1};
};
last GETHANDLE if $@;