selftests: ublk: fix parsing '-a' argument
authorMing Lei <ming.lei@redhat.com>
Mon, 3 Mar 2025 12:43:14 +0000 (20:43 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 10 Mar 2025 22:24:18 +0000 (16:24 -0600)
commit5b2db7a8c7e4cb0715d7eb04182aca8ee1eb30d5
tree8f7d9f98a6a194f697c389623b3f6612ae7db2d7
parent2ecdcdfee58c028c15ed00b691104249370db075
selftests: ublk: fix parsing '-a' argument

The argument of '-a' doesn't follow any value, so fix it by putting it
with '-z' together.

Fixes: bedc9cbc5f97 ("selftests: ublk: add ublk zero copy test")
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Link: https://lore.kernel.org/r/20250303124324.3563605-5-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
tools/testing/selftests/ublk/kublk.c