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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36126C10F14 for ; Tue, 8 Oct 2019 18:47:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 169BF21721 for ; Tue, 8 Oct 2019 18:47:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728862AbfJHSrM (ORCPT ); Tue, 8 Oct 2019 14:47:12 -0400 Received: from orbyte.nwl.cc ([151.80.46.58]:48792 "EHLO orbyte.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726098AbfJHSrM (ORCPT ); Tue, 8 Oct 2019 14:47:12 -0400 Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.91) (envelope-from ) id 1iHuVr-0006QC-7o; Tue, 08 Oct 2019 20:47:11 +0200 Date: Tue, 8 Oct 2019 20:47:11 +0200 From: Phil Sutter To: Eric Jallot Cc: netfilter-devel@vger.kernel.org Subject: Re: [PATCH nft] tests: shell: fix failed tests due to missing quotes Message-ID: <20191008184711.GI12661@orbyte.nwl.cc> Mail-Followup-To: Phil Sutter , Eric Jallot , netfilter-devel@vger.kernel.org References: <20191008180632.28583-1-ejallot@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191008180632.28583-1-ejallot@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Tue, Oct 08, 2019 at 08:06:32PM +0200, Eric Jallot wrote: > Add double quotes to protect newlines when using <<< redirection. > > See also commit b878cb7d83855. > > Signed-off-by: Eric Jallot Applied, thanks!