From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33360C00A8F for ; Tue, 24 Oct 2023 10:29:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234014AbjJXK3P (ORCPT ); Tue, 24 Oct 2023 06:29:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233885AbjJXK3O (ORCPT ); Tue, 24 Oct 2023 06:29:14 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:237:300::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC6D4DE for ; Tue, 24 Oct 2023 03:29:11 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1qvEel-0007Zv-SD; Tue, 24 Oct 2023 12:29:03 +0200 Date: Tue, 24 Oct 2023 12:29:03 +0200 From: Florian Westphal To: Pablo Neira Ayuso Cc: Thomas Haller , NetFilter Subject: Re: [PATCH nft 1/3] tests/shell: add "bogons/nft-f/zero_length_devicename2_assert" Message-ID: <20231024102903.GC2255@breakpoint.cc> References: <20231023170058.919275-1-thaller@redhat.com> <24637db2fe827e321ea152b5b24cfa3a29d3660d.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Pablo Neira Ayuso wrote: > /tmp/nft-test.latest.root/test-testcases-sets-elem_opts_compat_0.1/testout.log:testcases/sets/elem_opts_compat_0: 20: Syntax error: redirection unexpected > /tmp/nft-test.latest.root/test-testcases-sets-elem_opts_compat_0.1/rc-failed-exit:2 The test case is broken, it uses /bin/sh but needs /bin/bash.