X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=perl%2Ft%2F500-lib-load.t;h=7ce28c6e8c2e72ff5d974178769a1ebbf67f3fa2;hp=de928aed7a412bb9befc70112b2ddbb6350fccee;hb=428a45c3e15f03e9861e1b551e1ae8da821dba5f;hpb=aa999d0586fd69094cb06ccb3ae5c429649662e0 diff --git a/perl/t/500-lib-load.t b/perl/t/500-lib-load.t index de928ae..7ce28c6 100644 --- a/perl/t/500-lib-load.t +++ b/perl/t/500-lib-load.t @@ -23,10 +23,10 @@ BEGIN { eval "use Locale::TextDomain";; if (exists $INC{"Locale/TextDomain.pm"}) { - plan tests => 1; + plan tests => 1; } else { - plan skip_all => "no perl-libintl module"; - exit 0; + plan skip_all => "no perl-libintl module"; + exit 0; } }