]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
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)
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

index 4f783819d10eb3d9b9091bc78844ec535ccbb7d9..65068289799553fe50ec42d30206dbd957932975 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 case "$XT_MULTI" in
 *xtables-nft-multi)