From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id CB86C431FD0 for ; Thu, 23 Jun 2011 16:59:43 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.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 e6Y-klIMHuta for ; Thu, 23 Jun 2011 16:59:42 -0700 (PDT) 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 1B352431FB6 for ; Thu, 23 Jun 2011 16:59:40 -0700 (PDT) Received: by bwg12 with SMTP id 12so2112799bwg.26 for ; Thu, 23 Jun 2011 16:59:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=crXyHnRDxQph4u2KveTGac2WgPUmpAGaSFVVJS38/9w=; b=ulGAkNtpEFRYEyYCvovaEH4yglfwDPyQISxfiLlzUv8/JRQSipDDRNIlKS9Cq52Jaw QyqkzraRAQiujddq1Hq8wTL9BxrA2mNeQANtnUBBMoT5mFUOHgAvzs/IlAavKCWf7TUk kOK5yn3QoJ8AofsmjEbblw96F6YaRbwUs0v5k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=RD/tLIawJSfXt4mWwenZhLTer+6wzL5KLDB6l5isfuYQ+5bNiN/A93t29w2W18sc+h 4zm4ULg8IKQhA4KffsfmMTzLztjPxfjtK1rSLB+byK3wRAd1jouefMTwGr46EjdRBAj6 YvJXYextp3+6Al5TmGaSdozXKqIxiAV4F6IqM= Received: by 10.204.19.70 with SMTP id z6mr1374964bka.204.1308873579561; Thu, 23 Jun 2011 16:59:39 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id l24sm1162553bkw.3.2011.06.23.16.59.37 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Jun 2011 16:59:38 -0700 (PDT) From: Dmitry Kurochkin To: notmuch@notmuchmail.org Subject: [PATCH] test: remove useless test_emacs call from an emacs FCC test Date: Fri, 24 Jun 2011 03:59:33 +0400 Message-Id: <1308873573-12274-1-git-send-email-dmitry.kurochkin@gmail.com> X-Mailer: git-send-email 1.7.5.4 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: Thu, 23 Jun 2011 23:59:44 -0000 --- test/emacs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/test/emacs b/test/emacs index 9b5d485..6f82b08 100755 --- a/test/emacs +++ b/test/emacs @@ -124,7 +124,6 @@ mkdir -p mail/sent-string/new mkdir -p mail/sent-string/tmp test_begin_subtest "notmuch-fcc-dirs set to a string" -test_emacs "(setq notmuch-fcc-dirs nil) (notmuch-mua-mail) (princ (buffer-string))" > OUTPUT test_emacs "(setq notmuch-fcc-dirs \"sent-string\") (notmuch-mua-mail) (princ (buffer-string))" > OUTPUT cat <EXPECTED From: Notmuch Test Suite -- 1.7.5.4