Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 400BB429E21 for ; Sat, 26 Nov 2011 10:14:41 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yzURoD+jQzoS for ; Sat, 26 Nov 2011 10:14:40 -0800 (PST) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6F617431FB6 for ; Sat, 26 Nov 2011 10:14:40 -0800 (PST) Received: by bkaq10 with SMTP id q10so6512228bka.26 for ; Sat, 26 Nov 2011 10:14:37 -0800 (PST) Received: by 10.204.15.199 with SMTP id l7mr8263712bka.29.1322331277474; Sat, 26 Nov 2011 10:14:37 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id x19sm32844490fag.5.2011.11.26.10.14.33 (version=SSLv3 cipher=OTHER); Sat, 26 Nov 2011 10:14:34 -0800 (PST) From: Jani Nikula To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH] test: add simple tests for online help In-Reply-To: <1322246186-9080-1-git-send-email-david@tethera.net> References: <1322164961-18523-1-git-send-email-david@tethera.net> <1322246186-9080-1-git-send-email-david@tethera.net> User-Agent: Notmuch/0.10+28~g12d2cee (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Sat, 26 Nov 2011 20:14:31 +0200 Message-ID: <87zkfivji0.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Bremner X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Sat, 26 Nov 2011 18:14:41 -0000 On Fri, 25 Nov 2011 13:36:26 -0500, David Bremner wrote: > I think Jani was just making fun of me when he suggested tests for > notmuch --help, but I thought, why not. Heh, I was only half joking - it is certainly good practice to create tests for any bugs found and fixed. It's a bit embarrassing to have --help segfault, but even more so to have it reappear in the future! Good job. Jani.