summaryrefslogtreecommitdiffstats
path: root/iptables/tests/shell/testcases/ebtables/0007-chain-policies_0
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2021-10-01 20:12:28 +0100
committerFlorian Westphal <fw@strlen.de>2021-10-01 22:04:49 +0200
commitdb90ff64fb89144d1e2ba18bc0569486cd5af9a3 (patch)
treeca55e8e5dce6368c8baf50b724a68c8bfcdb65da /iptables/tests/shell/testcases/ebtables/0007-chain-policies_0
parent45d8f7690eb449fb8cc8191025d93f73cfc7f498 (diff)
tests: shell: fix bashism
The `<(cmd)` redirection is specific to Bash. Update the shebang accordingly. Fixes: 63ab4fe3a191 ("ebtables: Avoid dropping policy when flushing") Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/tests/shell/testcases/ebtables/0007-chain-policies_0')
-rwxr-xr-xiptables/tests/shell/testcases/ebtables/0007-chain-policies_02
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/tests/shell/testcases/ebtables/0007-chain-policies_0 b/iptables/tests/shell/testcases/ebtables/0007-chain-policies_0
index faf37d02..d79f91b1 100755
--- a/iptables/tests/shell/testcases/ebtables/0007-chain-policies_0
+++ b/iptables/tests/shell/testcases/ebtables/0007-chain-policies_0
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
case "$XT_MULTI" in
*xtables-nft-multi)