From: Greg Sabino Mullane Date: Mon, 16 Jan 2012 14:47:44 +0000 (-0500) Subject: Getting tired of these !@#$!@#%! tabs in this !~@#$!@#$ code X-Git-Tag: 2.19.0~13 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=dd620c3ca18d9dc33aa5966525ffd198ab8efecc;p=check_postgres.git Getting tired of these !@#$!@#%! tabs in this !~@#$!@#$ code --- diff --git a/t/03_translations.t b/t/03_translations.t index d321f06b5..b8263b4ba 100644 --- a/t/03_translations.t +++ b/t/03_translations.t @@ -178,7 +178,7 @@ for my $l (sort keys %complete_langs) { my $lval = $msg{$l}{$msg}->[1]; my $indent = $msg{$l}{$msg}->[0]; next if $language eq 'French' and ($msg eq 'PID' or $msg eq 'port' or $msg eq 'pgbouncer-pool' - or $msg eq 'index' or $msg eq 'table' or $msg eq 'transactions'); + or $msg eq 'index' or $msg eq 'table' or $msg eq 'transactions'); if ($val eq $lval and $indent) { fail qq{Message '$msg' in language $language appears to not be translated, but it not marked as such}; $ok = 0;