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 17F70431FBC for ; Fri, 25 May 2012 06:44:15 -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 A1gGuletumAv for ; Fri, 25 May 2012 06:44:14 -0700 (PDT) Received: from mail-vb0-f53.google.com (mail-vb0-f53.google.com [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 80DF8431FAF for ; Fri, 25 May 2012 06:44:14 -0700 (PDT) Received: by mail-vb0-f53.google.com with SMTP id fc26so989685vbb.26 for ; Fri, 25 May 2012 06:44:14 -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=BOBVAiVCxmPPE8xQw/DJ/Bl6zf8MqEtCn0SB0MKCF2c=; b=Co3zgqGJ6r65wdZwCCRSWwaKvJcTfQnVGYhj3xV7TvTR6zUi/8n94O48mWc6t0dD9N tmggpM119joQzbGMPGswJBaAvK7KJPG3Zq36vTlHjwRAnfNSjRyUKjhI6LTFeasftovK QO9xyCuCsIIR5CpNRo+Xa+eni4xfMGKMLKBATrjC74os5hXEbQdmHIlkTDb6brLPgxnY JGPacQO5CKmiIHK6oCuMt9b3J5QYJ7qWU6iHE2dBVSjaP/Wa+UcqHCukG+WSWn3ZVg1F pjqrJbDEy0nhRVBUmBcsoAJigV65nUDt51E0X8BBzESPPjRCooe4HQmtaeH92pXfc7O5 NQKg== Received: by 10.220.230.67 with SMTP id jl3mr3613181vcb.50.1337953454337; Fri, 25 May 2012 06:44:14 -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 m14sm4252611vdh.4.2012.05.25.06.44.13 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 May 2012 06:44:14 -0700 (PDT) Received: by nas.home.pioto.org (Postfix, from userid 1001) id 48BBE287C9; Fri, 25 May 2012 09:44:13 -0400 (EDT) From: Mike Kelly To: notmuch@notmuchmail.org Subject: [PATCH 09/10] test/crypto: current tests require emacs Date: Fri, 25 May 2012 09:43:30 -0400 Message-Id: <1337953411-21000-10-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: ALoCoQnKvjDutpwe/GZi0ks8VWVsd8FMOaF2FRnAAmzH77OfWeYoOw8QvdnY0rT72eRrr3xbG6CO 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:15 -0000 These tests are based upon emacs_deliver_message, so without emacs they will not work. --- test/crypto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/crypto b/test/crypto index be752b1..fcaf4be 100755 --- a/test/crypto +++ b/test/crypto @@ -7,6 +7,8 @@ test_description='PGP/MIME signature verification and decryption' . ./test-lib.sh +test_require_external_prereq emacs + add_gnupg_home () { local output -- 1.7.10.2