test/TEST-30-ISCSI: depend on tgtd and tgtadm
the testsuite now needs tgtd and tgtadm and not iscsi-targetmaster
parent
a84c391b87
commit
dba974844e
|
@ -138,8 +138,8 @@ test_run() {
|
|||
}
|
||||
|
||||
test_setup() {
|
||||
if [ ! -x /usr/sbin/iscsi-target ]; then
|
||||
echo "Need iscsi-target from netbsd-iscsi"
|
||||
if ! command -v tgtd &>/dev/null || ! command -v tgtadm &>/dev/null; then
|
||||
echo "Need tgtd and tgtadm from scsi-target-utils"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue