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 C6577431FD9 for ; Fri, 25 May 2012 06:44:04 -0700 (PDT) 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 i8OmYgu8B9cB for ; Fri, 25 May 2012 06:44:04 -0700 (PDT) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 56BB0431FC3 for ; Fri, 25 May 2012 06:43:56 -0700 (PDT) Received: by mail-vc0-f181.google.com with SMTP id f1so727472vcb.26 for ; Fri, 25 May 2012 06:43:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=v8R7nBPHlly0DfcpRyHOz3wrN79nPaC3Y8z8wfjjHp8=; b=b8QhVLKDlD5KyLlZMsOisG0bHS+PiqALrMYDVELnpoKd7Ww373BagjqqmH/qsgfRZe h+x00FBXBiDzxHDWAr3Q++s//5BKDHh5+z8NLOEu+KmSt2v4iId+ZsJyJjsPbN5vGXzP yyddcM8tPaRTbHXmSCkr/vvbW+Bui0R70lKL1VyveeigZyJfVYc/AaX0IV8csY5x70XZ QhZ+S7Z0sr4fRYDBfRStJ5onTmL3LiAh9Dm+keqK+8dRbtWoLZcMaCdBdcnP2dSETxqN BIufY08/5SjBe+1hKaya2fmVKGaQG+SsN6JgKSYBB8FSrUMtGA/e0HUuImD61S0DoSdp FTKw== Received: by 10.52.64.242 with SMTP id r18mr3137063vds.90.1337953436178; Fri, 25 May 2012 06:43:56 -0700 (PDT) Received: from nas.home.pioto.org (pool-71-182-155-97.pitbpa.fios.verizon.net. [71.182.155.97]) by mx.google.com with ESMTPS id i19sm4228216vdt.18.2012.05.25.06.43.55 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 May 2012 06:43:55 -0700 (PDT) Received: by nas.home.pioto.org (Postfix, from userid 1001) id 24B88287CB; Fri, 25 May 2012 09:43:55 -0400 (EDT) From: Mike Kelly To: notmuch@notmuchmail.org Subject: [PATCH 04/10] Test against man pages in our source dir, not installed ones. Date: Fri, 25 May 2012 09:43:25 -0400 Message-Id: <1337953411-21000-5-git-send-email-pioto@pioto.org> X-Mailer: git-send-email 1.7.10.2 In-Reply-To: <1337953411-21000-1-git-send-email-pioto@pioto.org> References: <1337953411-21000-1-git-send-email-pioto@pioto.org> X-Gm-Message-State: ALoCoQnxdQdUcSr0/oE7I7IRzyPpL+ehoSjA42Prak5n4XuMdCyb1yqw1YiMfgHsjgzGpQNkHPHa 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: Fri, 25 May 2012 13:44:05 -0000 --- test/help-test | 1 + 1 file changed, 1 insertion(+) diff --git a/test/help-test b/test/help-test index 9f4b9c7..f309a24 100755 --- a/test/help-test +++ b/test/help-test @@ -3,6 +3,7 @@ test_description="online help" . test-lib.sh +export MANPATH="../../man" test_expect_success 'notmuch --help' 'notmuch --help' test_expect_success 'notmuch --help tag' 'notmuch --help tag' test_expect_success 'notmuch help' 'notmuch help' -- 1.7.10.2