diff options
Diffstat (limited to 'python/t/050-lvcreate.py')
-rw-r--r-- | python/t/050-lvcreate.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/t/050-lvcreate.py b/python/t/050-lvcreate.py index 8503023f..f98fe29f 100644 --- a/python/t/050-lvcreate.py +++ b/python/t/050-lvcreate.py @@ -24,7 +24,6 @@ f.truncate (500 * 1024 * 1024) f.close () g.add_drive ("test.img") g.launch () -g.wait_ready () g.pvcreate ("/dev/sda") g.vgcreate ("VG", ["/dev/sda"]) g.lvcreate ("LV1", "VG", 200) |