On Tue, Aug 28, 2018 at 10:54:58AM +0200, Jan Engelhardt wrote: > > On Tuesday 2018-08-28 10:26, Phil Sutter wrote: > >+++ b/iptables/tests/shell/testcases/nft-only/0003delete-with-comment_0 > >@@ -0,0 +1,10 @@ > >+#!/bin/sh > >+ > >+set -e > >+ > >+[[ $XT_MULTI == */xtables-nft-multi ]] || { echo "skip $XT_MULTI"; exit 0; } > > [[ is not sh-compatible. Either #!/bin/bash or [ Oh, thanks! I'll send a v2.