[PATCH 2/3] test: fix typo in informational message
authorDavid Bremner <david@tethera.net>
Fri, 29 Jan 2016 11:53:12 +0000 (07:53 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:20:57 +0000 (16:20 -0700)
8a/f9c7e9a5f0135d32d8f807664a5bb753b29f7d [new file with mode: 0644]

diff --git a/8a/f9c7e9a5f0135d32d8f807664a5bb753b29f7d b/8a/f9c7e9a5f0135d32d8f807664a5bb753b29f7d
new file mode 100644 (file)
index 0000000..decb883
--- /dev/null
@@ -0,0 +1,67 @@
+Return-Path: <bremner@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 002676DE1638\r
+ for <notmuch@notmuchmail.org>; Fri, 29 Jan 2016 03:53:35 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.309\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.309 tagged_above=-999 required=5 tests=[AWL=0.242,\r
+  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id i1xxNlf_ntXt for <notmuch@notmuchmail.org>;\r
+ Fri, 29 Jan 2016 03:53:33 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 4AA806DE0C11\r
+ for <notmuch@notmuchmail.org>; Fri, 29 Jan 2016 03:53:33 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <bremner@tethera.net>)\r
+ id 1aP7bg-0001vT-Tl; Fri, 29 Jan 2016 06:52:53 -0500\r
+Received: (nullmailer pid 5658 invoked by uid 1000);\r
+ Fri, 29 Jan 2016 11:53:30 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 2/3] test: fix typo in informational message\r
+Date: Fri, 29 Jan 2016 07:53:12 -0400\r
+Message-Id: <1454068393-5406-3-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.6.4\r
+In-Reply-To: <1454068393-5406-1-git-send-email-david@tethera.net>\r
+References: <1454068393-5406-1-git-send-email-david@tethera.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 29 Jan 2016 11:53:35 -0000\r
+\r
+Thanks to Olly Betts for noticing\r
+---\r
+ test/Makefile.local | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/test/Makefile.local b/test/Makefile.local\r
+index 2b18691..30d420e 100644\r
+--- a/test/Makefile.local\r
++++ b/test/Makefile.local\r
+@@ -57,7 +57,7 @@ test-binaries: $(TEST_BINARIES)\r
\r
+ test: all test-binaries\r
+ ifeq ($V,)\r
+-      @echo 'Use "$(MAKE) V=1" to print test headings and PASSIng results.'\r
++      @echo 'Use "$(MAKE) V=1" to print test headings and PASSing results.'\r
+       @env NOTMUCH_TEST_QUIET=1 ${test_src_dir}/notmuch-test $(OPTIONS)\r
+ else\r
+ # The user has explicitly enabled quiet execution.\r
+-- \r
+2.6.4\r
+\r