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 E3B00C04A68 for ; Thu, 28 Jul 2022 13:26:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235183AbiG1N0j (ORCPT ); Thu, 28 Jul 2022 09:26:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234892AbiG1N0j (ORCPT ); Thu, 28 Jul 2022 09:26:39 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BBC04B4AE for ; Thu, 28 Jul 2022 06:26:37 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1oH3X8-0003rc-NP; Thu, 28 Jul 2022 15:26:34 +0200 Date: Thu, 28 Jul 2022 15:26:34 +0200 From: Florian Westphal To: Phil Sutter Cc: netfilter-devel@vger.kernel.org, Erik Skultety , Florian Westphal Subject: Re: [iptables PATCH 1/3] tests: shell: Fix testcases for changed ip6tables opts output Message-ID: <20220728132634.GC4816@breakpoint.cc> References: <20220728113136.24376-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220728113136.24376-1-phil@nwl.cc> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Phil Sutter wrote: > Adjust captured output, ip6tables prints '--' instead of spaces since > the commit in Fixes: tag. Thanks, all 3 patches look good to me.