X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Ft%2F510-lib-file-arch.t;h=dfe32bc0868360fc601dc369160afecff9754ac5;hb=39416cdb11bb2005915ed293eafb3cc6d714416d;hp=5c70449bbc687579bc795a329adee8e7e4563b14;hpb=0c92c583d5291e1a3a966b36f107bf48e4bfad93;p=libguestfs.git diff --git a/perl/t/510-lib-file-arch.t b/perl/t/510-lib-file-arch.t index 5c70449..dfe32bc 100644 --- a/perl/t/510-lib-file-arch.t +++ b/perl/t/510-lib-file-arch.t @@ -22,7 +22,7 @@ BEGIN { use Test::More; eval "use Locale::TextDomain";; if (exists $INC{"Locale/TextDomain.pm"}) { - plan tests => 17; + plan tests => 16; } else { plan skip_all => "no perl-libintl module"; exit 0; @@ -40,8 +40,6 @@ ok (1); $h->launch (); ok (1); -$h->wait_ready (); -ok (1); $h->mount_ro ("/dev/sda", "/"); ok (1);