diff options
author | Reda Sallahi <fullmanet@gmail.com> | 2016-08-10 16:16:09 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2016-09-20 22:10:57 +0200 |
commit | f7c1553388c98efcdcc70371e655417cf1ed7df6 (patch) | |
tree | afc25b05e013b671d704c4948306c4315dee5af1 /tests/qemu-iotests/group | |
parent | 86ce1f6e2b73b33c4a52818e245378bf52d27200 (diff) |
qemu-img: add skip option to dd
This adds the skip option which allows qemu-img dd to skip a number of blocks
before copying the input.
A test case was added to test the skip option.
Signed-off-by: Reda Sallahi <fullmanet@gmail.com>
Message-id: 20160810141609.32727-1-fullmanet@gmail.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index c46beb1b0d..a57fc9218f 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -158,5 +158,6 @@ 156 rw auto quick 157 auto 159 rw auto quick +160 rw auto quick 162 auto quick 170 rw auto quick |