]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace expr commands with $((expression)) shell constucts
authorAram Sargsyan <aram@isc.org>
Wed, 20 Jul 2022 13:21:27 +0000 (13:21 +0000)
committerAram Sargsyan <aram@isc.org>
Fri, 19 Aug 2022 08:27:17 +0000 (08:27 +0000)
commit8e37e5f27f57339282017e948ca51139b69d81c5
treef18bb3f322a27d6fcd52a0142e9bdfd05ad0c0c5
parent95452d9a47ecae747b60e1bcd6f5c7016b402a45
Replace expr commands with $((expression)) shell constucts

Update the "statschannel" system test to use the $((expression))
shell constucts instead of executing the `expr` program.

(cherry picked from commit 8034819b53789b52dd1c80b0256880b506a3f31b)
bin/tests/system/statschannel/tests.sh