Remove guestfs_wait_ready (turn it into a no-op).
[libguestfs.git] / ruby / tests / tc_rhbz507346.rb
index 3bd4bb6..8c5b34f 100644 (file)
@@ -30,7 +30,6 @@ class TestLoad < Test::Unit::TestCase
 
     g.add_drive("test.img")
     g.launch()
-    g.wait_ready()
 
     exception = assert_raise TypeError do
         g.command(1)