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 [