netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Ana Rey Botello <anarey@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] tests: regression: any/meta: revisit meta tests
Date: Fri, 20 Feb 2015 16:58:33 +0100	[thread overview]
Message-ID: <20150220155833.GD3834@salvia> (raw)
In-Reply-To: <1424431734-2305-1-git-send-email-anarey@gmail.com>

On Fri, Feb 20, 2015 at 12:28:54PM +0100, Ana Rey Botello wrote:
> From: Ana Rey <anarey@gmail.com>
> 
> Add, delete and rewrite some default outputs depending on the case.
> 
> Signed-off-by: Ana Rey <anarey@gmail.com>
> ---
>  tests/regression/any/meta.t |   28 ++++++++++++++--------------
>  1 file changed, 14 insertions(+), 14 deletions(-)
> 
> diff --git a/tests/regression/any/meta.t b/tests/regression/any/meta.t
> index f11fd00..4b3d3fa 100644
> --- a/tests/regression/any/meta.t
> +++ b/tests/regression/any/meta.t
> @@ -9,8 +9,8 @@
>  meta length 1000;ok
>  meta length 22;ok
>  meta length != 233;ok
> -meta length 33-45;ok
> -meta length != 33-45;ok
> +meta length 33-45;ok;meta length >= 33 meta length <= 45
> +meta length != 33-45;ok;meta length < 33 meta length > 45

I'd rather like to get this fixed in nft, it should be not too
complicated to make it.

      reply	other threads:[~2015-02-20 15:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-20 11:28 [PATCH] tests: regression: any/meta: revisit meta tests Ana Rey Botello
2015-02-20 15:58 ` Pablo Neira Ayuso [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150220155833.GD3834@salvia \
    --to=pablo@netfilter.org \
    --cc=anarey@gmail.com \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).