Skip to content

Commit e786064

Browse files
yizhanglinuxosandov
authored andcommitted
tests/nvme: misc fix and coding style update
Signed-off-by: Yi Zhang <[email protected]>
1 parent 449c039 commit e786064

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/nvme/010

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TIMED=1
1111

1212
requires() {
1313
_nvme_requires
14-
_have_fio _have_modules loop
14+
_have_fio && _have_modules loop
1515
_require_nvme_trtype_is_fabrics
1616
}
1717

tests/nvme/012

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TIMED=1
1313
requires() {
1414
_nvme_requires
1515
_have_xfs
16-
_have_program fio
16+
_have_fio
1717
_have_modules loop
1818
_require_nvme_trtype_is_fabrics
1919
}

tests/nvme/030

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test() {
3636

3737
echo "Running ${TEST_NAME}"
3838

39-
_setup_nvmet
39+
_setup_nvmet
4040

4141
port="$(_create_nvmet_port "${nvme_trtype}")"
4242

0 commit comments

Comments
 (0)