diff options
Diffstat (limited to 'python/t/010-launch.py')
-rw-r--r-- | python/t/010-launch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/t/010-launch.py b/python/t/010-launch.py index c1316d29..93a8154a 100644 --- a/python/t/010-launch.py +++ b/python/t/010-launch.py @@ -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") |