Author: turnstep
Date: Tue Nov 4 09:51:40 2008
New Revision: 12036
Modified:
DBD-Pg/trunk/t/dbdpg_test_setup.pl
Log:
Set LANG
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 Nov 4 09:51:40 2008
@@ -239,6 +239,7 @@
}
## Make sure initdb exists and is working properly
+ $ENV{LANG} = 'C';
$info = '';
eval {
$info = qx{$initdb --help 2>&1};