]> www.infradead.org Git - users/hch/blktests.git/commit
block/001: use _have_driver() in place of _have_modules()
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Tue, 23 Aug 2022 00:11:51 +0000 (09:11 +0900)
committerShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Mon, 29 Aug 2022 23:52:54 +0000 (08:52 +0900)
commitd1df772ade70072d4cafd6919238502a01d3290d
tree2166e3e63af33de922c7700a0bbefa3bb402373a
parent8017ea524367b80b625c5eeb1aa4fccce02c5f76
block/001: use _have_driver() in place of _have_modules()

The drivers sd_mod and sr_mod do not need to be loadable. Replace the
check with _have_driver() and allow test with built-in modules.

Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
tests/block/001