X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Ft%2F050-lvcreate.t;h=0079221d353265a6d1889e6e3dd5651437d07f9c;hb=72f5487be2df82277021d61f01884381ed9efbc5;hp=1b3e313c871eaa4a46f181dd6cb30d4d466517f5;hpb=70c2ffc39677a9f5eb6b2230cb9ca2606b2fd966;p=libguestfs.git diff --git a/perl/t/050-lvcreate.t b/perl/t/050-lvcreate.t index 1b3e313..0079221 100644 --- a/perl/t/050-lvcreate.t +++ b/perl/t/050-lvcreate.t @@ -13,11 +13,11 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; -use Test::More tests => 12; +use Test::More tests => 11; use Sys::Guestfs; @@ -33,8 +33,6 @@ ok (1); $h->launch (); ok (1); -$h->wait_ready (); -ok (1); $h->pvcreate ("/dev/sda"); ok (1);