X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Ft%2F050-lvcreate.t;h=0079221d353265a6d1889e6e3dd5651437d07f9c;hb=3bde9fdffdb74183f7bf1315eb402918d3b13ed1;hp=418428c39a0e952de10323a4340243c237935952;hpb=b3f11c5f62f725fa3f09452b38d52dba764f80d0;p=libguestfs.git diff --git a/perl/t/050-lvcreate.t b/perl/t/050-lvcreate.t index 418428c..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); @@ -57,4 +55,4 @@ ok (1); undef $h; ok (1); -#unlink ("test.img"); +unlink ("test.img");