From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id BC76F6DE010F for ; Wed, 16 Aug 2017 17:41:30 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.058 X-Spam-Level: X-Spam-Status: No, score=-0.058 tagged_above=-999 required=5 tests=[AWL=-0.097, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.211, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OTSVvWs2rtKc for ; Wed, 16 Aug 2017 17:41:30 -0700 (PDT) Received: from mail-wr0-f196.google.com (mail-wr0-f196.google.com [209.85.128.196]) by arlo.cworth.org (Postfix) with ESMTPS id 693406DE0119 for ; Wed, 16 Aug 2017 17:41:29 -0700 (PDT) Received: by mail-wr0-f196.google.com with SMTP id n88so5684615wrb.0 for ; Wed, 16 Aug 2017 17:41:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=fU6KguxQZhNbUUCxDoUMZki9E6vrC3PgyB9BThLVP+A=; b=p8xV9mvoGMXIklc+5td5TbuePSzEKMam2B2BoVbR8yrChHPlCbybEPbbnVGEOtywHh Slen/BV2wKZi6rhgWGOMfRAmn3qIEhCgdcNP81d6Dc0pB5Q+l9ClqG7pOBABKmEnxteF v86YUBRlRRLdjdWHs2cYeAiMa/84QjdX8oz1n0EQU4PWAHZkFVXUv0QGrHFy+BwsnZ7i l2GOBzlZp9pmaOBzjhMw9vJNq5/N7fYwaTuKRKRubJx6malfYGSScGhnIyEIjDw7nBKF LjbKNbawQMIKiv7MaEnub+akfmzUIS96htHeUmRG3EqdJWWVBFN2DUXWaUvVJu8if6UY 9t2g== X-Gm-Message-State: AHYfb5gYxBsPWYV05YLxmGMquBsnXi5pQZRAe18+1m8freCmOqrXaScV rM1NpwtCEW5e9Uv1A3U= X-Received: by 10.28.130.10 with SMTP id e10mr95617wmd.43.1502930486788; Wed, 16 Aug 2017 17:41:26 -0700 (PDT) Received: from home.thecybershadow.net ([89.28.117.31]) by smtp.gmail.com with ESMTPSA id 91sm1724334wrg.83.2017.08.16.17.41.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Aug 2017 17:41:25 -0700 (PDT) From: Vladimir Panteleev To: notmuch@notmuchmail.org Subject: [PATCH 1/2] test: Update extant references to corpus.mail Date: Thu, 17 Aug 2017 00:41:09 +0000 Message-Id: <20170817004110.6940-2-notmuch@thecybershadow.net> X-Mailer: git-send-email 2.13.3 In-Reply-To: <20170817004110.6940-1-notmuch@thecybershadow.net> References: <20170817004110.6940-1-notmuch@thecybershadow.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 17 Aug 2017 00:41:30 -0000 971cdc72cdb80f060193bc0914dc9badcc29696b renamed corpus.mail to corpora.mail. Although 971cdc72cdb80f060193bc0914dc9badcc29696b updated some of the remaining corpus.mail references, two remained, causing the test suite to leave behind an unignored corpora.mail directory. --- test/.gitignore | 2 +- test/notmuch-test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/.gitignore b/test/.gitignore index 0579feef..226019ed 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,5 +1,5 @@ arg-test -corpus.mail +corpora.mail hex-xcode parse-time random-corpus diff --git a/test/notmuch-test b/test/notmuch-test index e7d3151c..9d9df7df 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -50,6 +50,6 @@ echo ev=$? # Clean up -rm -rf test-results corpus.mail +rm -rf test-results corpora.mail exit $ev -- 2.13.3