]> www.infradead.org Git - users/hch/blktests.git/commitdiff
tests/nvmeof-mp/rc: Remove sg_reset dependency
authorBart Van Assche <bvanassche@acm.org>
Sat, 5 Jan 2019 00:42:08 +0000 (16:42 -0800)
committerBart Van Assche <bvanassche@acm.org>
Mon, 11 Feb 2019 16:34:27 +0000 (08:34 -0800)
Since sg_reset is not used by any of the nvmeof-mp tests, do not require
presence of that executable.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
tests/nvmeof-mp/rc

index ae8a5a7e11c91bdc589fd07b4b9e34f63c018a93..8be9c5ed4b4a2a70d73d6fd0ba49bfb729727ad5 100755 (executable)
@@ -40,7 +40,7 @@ group_requires() {
        )
        _have_modules "${required_modules[@]}" || return 1
 
-       for p in mkfs.ext4 mkfs.xfs multipath multipathd pidof sg_reset; do
+       for p in mkfs.ext4 mkfs.xfs multipath multipathd pidof; do
                _have_program "$p" || return $?
        done