From: Jeremy Sowden Date: Fri, 1 Oct 2021 19:12:28 +0000 (+0100) Subject: tests: shell: fix bashism X-Git-Tag: v1.8.8~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db90ff64fb89144d1e2ba18bc0569486cd5af9a3;p=thirdparty%2Fiptables.git 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 Signed-off-by: Florian Westphal --- 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)