Remove guestfs_wait_ready (turn it into a no-op).
[libguestfs.git] / java / t / GuestFS010Launch.java
index 198ea85..ad0665b 100644 (file)
@@ -29,7 +29,6 @@ public class GuestFS010Launch {
             f.close ();
             g.add_drive ("test.img");
             g.launch ();
-            g.wait_ready ();
             g.close ();
             File f2 = new File ("test.img");
             f2.delete ();