Author: turnstep
Date: Tue Mar 29 19:13:45 2011
New Revision: 14807
Modified:
DBD-Pg/trunk/t/dbdpg_test_setup.pl
Log:
Workaround for LANG issue in 01connect.t test. CPAN bug #56705
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 Mar 29 19:13:45 2011
@@ -101,7 +101,7 @@
1;
};
- if ($@ =~ /invalid connection option/) {
+ if ($@ =~ /invalid connection option/ or $@ =~
/failed:.*"dbbarf"/) {
return $helpconnect, $@, undef;
}