test: addresses shell check warning
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Dec 2021 11:07:35 +0000 (20:07 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Dec 2021 11:07:38 +0000 (20:07 +0900)
commitd1dfedcf8506c5acc548d42e736e286f84a6780d
tree0389f0a10575870b84d7da926734051bff450bab
parent85445fba22b2f81853a3f018ed1f28864cef37fc
test: addresses shell check warning

This fixes the following warning:
-----
In /github/workspace/test/units/testsuite-62.sh line 39:
KERNEL_MINOR="${KERNEL_VERSION#$KERNEL_MAJOR.}"
                               ^-----------^ SC2295 (info): Expansions inside ${..} need to be quoted separately, otherwise they match as patterns.

Did you mean:
KERNEL_MINOR="${KERNEL_VERSION#"$KERNEL_MAJOR".}"
test/units/testsuite-62.sh