Remove guestfs_wait_ready (turn it into a no-op).
[libguestfs.git] / python / t / 010-launch.py
index c1316d2..93a8154 100644 (file)
@@ -24,6 +24,5 @@ f.truncate (500 * 1024 * 1024)
 f.close ()
 g.add_drive ("test.img")
 g.launch ()
-g.wait_ready ()
 
 os.unlink ("test.img")