]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: (hexdump) use arrays for OPTS and ADDRFMT
authorKarel Zak <kzak@redhat.com>
Mon, 1 Jun 2026 11:52:33 +0000 (13:52 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 1 Jun 2026 11:52:33 +0000 (13:52 +0200)
commit8fdd389142c521ca4512815b5187d99dbc0e11ed
tree5f39788730c4edc30e842324dc714ea1f9f4cac3
parent9dbbd28223d6e5e2e1e4a949d1db6492e742be5d
tests: (hexdump) use arrays for OPTS and ADDRFMT

Convert OPTS and ADDRFMT from plain strings to bash arrays and use
proper "${…[@]}" expansion to fix shellcheck SC2090/SC2086 warnings
about unquoted variables containing quotes/backslashes.

Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/hexdump/highlighting