--- /dev/null
+Return-Path: <bremner@tesseract.cs.unb.ca>\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 CBCD66DE1617\r
+ for <notmuch@notmuchmail.org>; Sun, 31 May 2015 10:00:32 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.275\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.275 tagged_above=-999 required=5 tests=[AWL=0.265, \r
+ T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] 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 7BiQhty_EpPO for <notmuch@notmuchmail.org>;\r
+ Sun, 31 May 2015 10:00:30 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 449FB6DE14FD\r
+ for <notmuch@notmuchmail.org>; Sun, 31 May 2015 10:00:29 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+ id 1Yz6aQ-0004wO-Qy; Sun, 31 May 2015 16:59:46 +0000\r
+Received: (nullmailer pid 31528 invoked by uid 1000); Sun, 31 May 2015\r
+ 16:59:28 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] test: remove redundant 'file' command from gdb scripts.\r
+Date: Sun, 31 May 2015 18:59:14 +0200\r
+Message-Id: <1433091554-31483-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.1.4\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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, 31 May 2015 17:00:32 -0000\r
+\r
+Quoting Debian bug 787341\r
+\r
+ It failed to build on arm64: the last ten tests in T070-insert\r
+ failed.\r
+\r
+ What's happening here is that GDB is segfaulting in response to\r
+ the\r
+ "file" command. GDB on arm64 can be a bit buggy.\r
+\r
+ However, the "file" command is redundant here as GDB has already\r
+ got\r
+ the file from the --args on the command line.\r
+---\r
+ test/T070-insert.sh | 1 -\r
+ 1 file changed, 1 deletion(-)\r
+\r
+diff --git a/test/T070-insert.sh b/test/T070-insert.sh\r
+index 168345c..74f1955 100755\r
+--- a/test/T070-insert.sh\r
++++ b/test/T070-insert.sh\r
+@@ -191,7 +191,6 @@ for code in OUT_OF_MEMORY XAPIAN_EXCEPTION FILE_NOT_EMAIL \\r
+ READ_ONLY_DATABASE UPGRADE_REQUIRED; do\r
+ gen_insert_msg\r
+ cat <<EOF > index-file-$code.gdb\r
+-file notmuch\r
+ set breakpoint pending on\r
+ break notmuch_database_add_message\r
+ commands\r
+-- \r
+2.1.4\r
+\r