daemon: debug segv correct use of dereferencing NULL.
[libguestfs.git] / perl / t / 050-lvcreate.t
index 418428c..0079221 100644 (file)
 #
 # 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");