From 53bf19259b65c325db1b3b8747ace953e2f9ae10 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 8 Sep 2015 09:45:40 +2100 Subject: [PATCH] Re: [PATCH 2/2] test: check argc in symbol-test --- 06/450a7476544406f2a1c5f5958df854493ea7a3 | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 06/450a7476544406f2a1c5f5958df854493ea7a3 diff --git a/06/450a7476544406f2a1c5f5958df854493ea7a3 b/06/450a7476544406f2a1c5f5958df854493ea7a3 new file mode 100644 index 000000000..aa2d80bd8 --- /dev/null +++ b/06/450a7476544406f2a1c5f5958df854493ea7a3 @@ -0,0 +1,61 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 5FA956DE1966 + for ; Mon, 7 Sep 2015 05:58:44 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 2.71 +X-Spam-Level: ** +X-Spam-Status: No, score=2.71 tagged_above=-999 required=5 tests=[AWL=-0.980, + RCVD_IN_BRBL_LASTEXT=1.644, RCVD_IN_SBL=2.596, + RP_MATCHES_RCVD=-0.55] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id YblunPL56sYc for ; + Mon, 7 Sep 2015 05:58:42 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + by arlo.cworth.org (Postfix) with ESMTPS id B45016DE1761 + for ; Mon, 7 Sep 2015 05:58:42 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1ZYvns-0002l0-BJ; Mon, 07 Sep 2015 09:45:44 -0300 +Received: (nullmailer pid 21953 invoked by uid 1000); Mon, 07 Sep 2015 + 12:45:40 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH 2/2] test: check argc in symbol-test +In-Reply-To: <1441392555-20056-2-git-send-email-jani@nikula.org> +References: <1441392555-20056-1-git-send-email-jani@nikula.org> + <1441392555-20056-2-git-send-email-jani@nikula.org> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Mon, 07 Sep 2015 09:45:40 -0300 +Message-ID: <87k2s2z9cb.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Mon, 07 Sep 2015 12:58:44 -0000 + +Jani Nikula writes: + +> +> + if (argc != 2) +> + return 1; +> + + +Off by one error? this seems to break T360 + +d -- 2.26.2