X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Ft%2F510-lib-file-arch.t;h=c4b9d3189837706b211227ff26991d967d1a61dc;hb=e15ff2113f5b2a7e0aa138c47c14e93268d25aed;hp=b0a96e9fe05d9f2983ac8d16c8061de2d9bd0cf5;hpb=aa999d0586fd69094cb06ccb3ae5c429649662e0;p=libguestfs.git diff --git a/perl/t/510-lib-file-arch.t b/perl/t/510-lib-file-arch.t index b0a96e9..c4b9d31 100644 --- a/perl/t/510-lib-file-arch.t +++ b/perl/t/510-lib-file-arch.t @@ -22,10 +22,10 @@ BEGIN { use Test::More; eval "use Locale::TextDomain";; if (exists $INC{"Locale/TextDomain.pm"}) { - plan tests => 17; + plan tests => 17; } else { - plan skip_all => "no perl-libintl module"; - exit 0; + plan skip_all => "no perl-libintl module"; + exit 0; } }