[PATCH 6/6] test: emacs-large-search-buffer: expected results according to getopt_long
authorJani Nikula <jani@nikula.org>
Sun, 13 Nov 2011 22:47:26 +0000 (00:47 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:10 +0000 (09:40 -0800)
68/2202661817bd5a7041cc91b7a489b8030a29fa [new file with mode: 0644]

diff --git a/68/2202661817bd5a7041cc91b7a489b8030a29fa b/68/2202661817bd5a7041cc91b7a489b8030a29fa
new file mode 100644 (file)
index 0000000..3434978
--- /dev/null
@@ -0,0 +1,78 @@
+Return-Path: <jani@nikula.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id BF45A429E41\r
+       for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 14:48:05 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References"\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 1fXOyFhhVNi0 for <notmuch@notmuchmail.org>;\r
+       Sun, 13 Nov 2011 14:48:04 -0800 (PST)\r
+Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com\r
+       [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id CB74E431FB6\r
+       for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 14:47:53 -0800 (PST)\r
+Received: by mail-bw0-f53.google.com with SMTP id q10so6354254bka.26\r
+       for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 14:47:53 -0800 (PST)\r
+Received: by 10.204.154.7 with SMTP id m7mr16629881bkw.71.1321224473368;\r
+       Sun, 13 Nov 2011 14:47:53 -0800 (PST)\r
+Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
+       [80.220.92.23])\r
+       by mx.google.com with ESMTPS id q6sm28077319bka.6.2011.11.13.14.47.50\r
+       (version=SSLv3 cipher=OTHER); Sun, 13 Nov 2011 14:47:51 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org,\r
+       david@tethera.net\r
+Subject: [PATCH 6/6] test: emacs-large-search-buffer: expected results\r
+       according to getopt_long\r
+Date: Mon, 14 Nov 2011 00:47:26 +0200\r
+Message-Id:\r
+ <7574621578db9bbfc88348c87e2f5431f4cb2296.1321223343.git.jani@nikula.org>\r
+X-Mailer: git-send-email 1.7.5.4\r
+In-Reply-To: <cover.1321223343.git.jani@nikula.org>\r
+References: <cover.1321223343.git.jani@nikula.org>\r
+In-Reply-To: <cover.1321223343.git.jani@nikula.org>\r
+References: <cover.1321223343.git.jani@nikula.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 13 Nov 2011 22:48:06 -0000\r
+\r
+Signed-off-by: Jani Nikula <jani@nikula.org>\r
+---\r
+ test/emacs-large-search-buffer |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/test/emacs-large-search-buffer b/test/emacs-large-search-buffer\r
+index 6095e9d..1bdffac 100755\r
+--- a/test/emacs-large-search-buffer\r
++++ b/test/emacs-large-search-buffer\r
+@@ -35,7 +35,7 @@ test_emacs '(notmuch-search "--this-option-does-not-exist")\r
+           (test-output)'\r
+ cat <<EOF >EXPEXTED\r
+ Error: Unexpected output from notmuch search:\r
+-Unrecognized option: --this-option-does-not-exist\r
++search: unrecognized option '--this-option-does-not-exist'\r
+ End of search results. (process returned 1)\r
+ EOF\r
+ test_expect_equal_file OUTPUT EXPEXTED\r
+-- \r
+1.7.5.4\r
+\r