]> git.ipfire.org Git - thirdparty/iptables.git/commit
iptables: tests: shell: use bash, not sh
authorFlorian Westphal <fw@strlen.de>
Wed, 30 Oct 2024 09:28:49 +0000 (10:28 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 30 Oct 2024 09:28:49 +0000 (10:28 +0100)
commitce7aab8a5c852352421463a3dcb6f30ca53fb5b2
treea77e7c7f4d760cb33292f53cf23140f3d61cb117
parent4d5f501e035bea93ebb699bbee2490d3d5d774c2
iptables: tests: shell: use bash, not sh

dash can't run this script, so it will fail:
ebtables/0010-change-counters_0: 43: Syntax error: "(" unexpected

Signed-off-by: Florian Westphal <fw@strlen.de>
iptables/tests/shell/testcases/ebtables/0010-change-counters_0