Skip to content

Commit 0695a23

Browse files
committed
nvme/rc: fix the skip reasons in _require_nvme_cli_tls
Signed-off-by: Yi Zhang <[email protected]>
1 parent 26f5445 commit 0695a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/nvme

tests/nvme/rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ _require_nvme_cli_auth() {
177177

178178
_require_nvme_cli_tls() {
179179
if ! nvme gen-tls-key --subsysnqn nvmf-test-subsys > /dev/null 2>&1; then
180-
SKIP_REASON+=("nvme gen-tls-key command missing")
180+
SKIP_REASONS+=("nvme gen-tls-key command missing")
181181
return 1
182182
fi
183183
return 0

0 commit comments

Comments
 (0)