Remove quotes from modulo computation
commit11b92aa62dde4e0e243a172e71a68678c3d16358
authorAlessio Chiapperini <alessio.chiapperini@nullbuffer.com>
Mon, 10 Oct 2022 09:41:40 +0000 (10 11:41 +0200)
committerAlessio Chiapperini <alessio.chiapperini@nullbuffer.com>
Mon, 10 Oct 2022 09:41:40 +0000 (10 11:41 +0200)
treea73e5682eec0e552639b48c97c4ce7f4f9ce7c3e
parente96eb468111ea7a172baf6812e2c010a2de5d9a5
Remove quotes from modulo computation

Fix "arithmetic expression: expecting primary:" modulo computation error
in bash/dash by removing double quotes surrounding the arithmetic
operation and the variable evaluation.
test/harness.sh