]> www.infradead.org Git - users/sagi/blktests.git/commit
nvme/rc: fix shellcheck warning SC2086
authorYi Zhang <yi.zhang@redhat.com>
Sun, 7 Apr 2024 03:17:52 +0000 (11:17 +0800)
committerShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Mon, 8 Apr 2024 01:38:00 +0000 (10:38 +0900)
commit0e40b259344891b9e7674dada608c800639b7994
treefcbc8deecad022f5f88bd169c105eb97dc9190ab
parent16ef68155a7147188f646cf5f145c1ac9a701685
nvme/rc: fix shellcheck warning SC2086

tests/nvme/rc:1056:7: note: Double quote to prevent globbing and word splitting. [SC2086]
tests/nvme/rc:1057:7: note: Double quote to prevent globbing and word splitting. [SC2086]

The warnings are observed with ShellCheck version 0.8.0. They are not
observed with ShellCheck version 0.9.0 and 0.10.0.

Fixes: 369d310 ("nvme: Add passthru error logging tests to nvme/039")
Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
[Shin'ichiro: noted ShellCheck version dependency]
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
tests/nvme/rc