X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ruby%2Ftests%2Ftc_050_lvcreate.rb;h=4e9c95793aa3de93f05b5676217a845596d21b18;hb=04ea1375c55aa67df4e7fc61dbb534111767f3b6;hp=ea87e3985f3aebc26a9754ed4d3751f98e15dd6c;hpb=a5f68bd57d887c8c8818dbb92a9f8b7643f67827;p=libguestfs.git diff --git a/ruby/tests/tc_050_lvcreate.rb b/ruby/tests/tc_050_lvcreate.rb index ea87e39..4e9c957 100644 --- a/ruby/tests/tc_050_lvcreate.rb +++ b/ruby/tests/tc_050_lvcreate.rb @@ -13,7 +13,7 @@ # # 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. require 'test/unit' $:.unshift(File::join(File::dirname(__FILE__), "..", "lib")) @@ -30,7 +30,6 @@ class TestLoad < Test::Unit::TestCase g.add_drive("test.img") g.launch() - g.wait_ready() g.pvcreate("/dev/sda") g.vgcreate("VG", ["/dev/sda"]);