On Apr 07, 2024 / 11:17, Yi Zhang wrote: > 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] > > Fixes: 369d310 ("nvme: Add passthru error logging tests to nvme/039") > Signed-off-by: Yi Zhang <yi.zhang@xxxxxxxxxx> Thanks, applied. Of note is that the warnings are observed with ShellCheck version 0.8.0, but not observed with ShellCheck version 0.9.0 and 0.10.0. I added this note to the commit message.