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 221C1421160 for ; Tue, 29 Oct 2013 15:56:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, 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 ZZv84Zt7Q-VQ for ; Tue, 29 Oct 2013 15:55:59 -0700 (PDT) Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 869F3431FD7 for ; Tue, 29 Oct 2013 15:55:56 -0700 (PDT) Received: by mail-we0-f170.google.com with SMTP id u57so537331wes.29 for ; Tue, 29 Oct 2013 15:55:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=bZFhLb5B7Rx2iih/29BX/OLhU6pKMdQtpg+a43HSgL4=; b=SXNBa2pweLSSmPXEwjcN/eNwGrBCnR3aMHxFtFz7jSrC7pCoR+twfKlBIRRpvmz9Qw lScSN1cFW7BFP0FrxNcTANQ4KCVdUH4qlGCUlppSnzKcFn10vDJ3qFjw4pBoiHIRHHjs J4TO7CuzLZcu8kHIy7BM5Krs8bLCpykStRtYv7c7sNLzW8T5qooPajBQ0t5usA4fIPVe ZaI771kWsCQlF3EHABbcLCiA4W2bRVraTmk4N9fpUajhQIqqBiQSDO3J6eD1ElxKgVUl breLC7cGXXrBw/oD3G4fD3ilBlFWMs/Mbpjp3wSeYS7ff2uZQGXVQAB5u6jO2I+lvFBS UJeg== X-Received: by 10.180.185.179 with SMTP id fd19mr163355wic.18.1383087354067; Tue, 29 Oct 2013 15:55:54 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id fb4sm9531598wib.8.2013.10.29.15.55.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 29 Oct 2013 15:55:53 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 06/11] emacs: tree: remove test for emacs from tree test Date: Tue, 29 Oct 2013 22:55:33 +0000 Message-Id: <1383087338-10220-7-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com> References: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com> 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: Tue, 29 Oct 2013 22:56:04 -0000 Now the test is in mainline we can remove the check that emacs exists. --- test/emacs-tree | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/test/emacs-tree b/test/emacs-tree index 05ce85d..4e3b624 100755 --- a/test/emacs-tree +++ b/test/emacs-tree @@ -6,13 +6,6 @@ test_description="emacs tree view interface" EXPECTED=$TEST_DIRECTORY/tree.expected-output add_email_corpus -test_begin_subtest "Do we have emacs" -test_emacs '(insert "hello\n") - (test-output)' -cat <EXPECTED -hello -EOF -test_expect_equal_file OUTPUT EXPECTED test_begin_subtest "Basic notmuch-tree view in emacs" test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'") -- 1.7.9.1