From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] tests/py: add test for empty string match Date: Tue, 28 Nov 2017 16:49:53 +0100 Message-ID: <20171128154953.GA4608@salvia> References: <20171128112549.24734-1-harshasharmaiitr@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Harsha Sharma Return-path: Received: from mail.us.es ([193.147.175.20]:35456 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754030AbdK1Pt4 (ORCPT ); Tue, 28 Nov 2017 10:49:56 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 33F9B1B8419 for ; Tue, 28 Nov 2017 16:49:55 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 25706DA7F7 for ; Tue, 28 Nov 2017 16:49:55 +0100 (CET) Content-Disposition: inline In-Reply-To: <20171128112549.24734-1-harshasharmaiitr@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Nov 28, 2017 at 04:55:49PM +0530, Harsha Sharma wrote: > This patch add tests for empty string match which fails with error "Empty > string is not allowed". Applied, thanks Harsha.