]> www.infradead.org Git - users/hch/blktests.git/commit
tests/srp/rc: Fix a shellcheck warning
authorBart Van Assche <bvanassche@acm.org>
Thu, 16 Jul 2020 19:04:54 +0000 (12:04 -0700)
committerOmar Sandoval <osandov@osandov.com>
Sat, 18 Jul 2020 18:08:25 +0000 (11:08 -0700)
commit3c78ad1cd71e48b962993f16561fd595e75d94fd
treebf89c3e313f0ac6d04aa0d94df99ced7f64f36ca
parent229841415bc85d3a745afba710f47be213a9b825
tests/srp/rc: Fix a shellcheck warning

Fix the following shellcheck warning:

tests/srp/rc:519:11: warning: The = here is literal. To assign by index, use
( [index]=value ) with no spaces. To keep as literal, quote it. [SC2191]

Reported-by: Shin'ichiro Kawasaki
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
tests/srp/rc