Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 856E3431FAF for ; Tue, 27 Nov 2012 20:55:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 aVrtEORXP3FF for ; Tue, 27 Nov 2012 20:55:43 -0800 (PST) Received: from dmz-mailsec-scanner-2.mit.edu (DMZ-MAILSEC-SCANNER-2.MIT.EDU [18.9.25.13]) by olra.theworths.org (Postfix) with ESMTP id 12AB2431FAE for ; Tue, 27 Nov 2012 20:55:42 -0800 (PST) X-AuditID: 1209190d-b7fa26d0000055d0-c0-50b5994ef57b Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) by dmz-mailsec-scanner-2.mit.edu (Symantec Messaging Gateway) with SMTP id 18.A2.21968.E4995B05; Tue, 27 Nov 2012 23:55:42 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id qAS4tfOA020351; Tue, 27 Nov 2012 23:55:41 -0500 Received: from drake.dyndns.org (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id qAS4td6Q011745 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Tue, 27 Nov 2012 23:55:41 -0500 (EST) Received: from amthrax by drake.dyndns.org with local (Exim 4.77) (envelope-from ) id 1TdZgR-0005Xb-NR; Tue, 27 Nov 2012 23:55:39 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH] test: Don't print 'nil' at the beginning of emacs-subject-to-filename Date: Tue, 27 Nov 2012 23:55:38 -0500 Message-Id: <1354078538-21259-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.10.4 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprBIsWRmVeSWpSXmKPExsUixG6nrus3c2uAwZ/DMhbXb85kdmD0eLbq FnMAYxSXTUpqTmZZapG+XQJXxuq57gWNrBVPdjWxNTDOZeli5OSQEDCReDPnOTOELSZx4d56 NhBbSGAfo8TuRaldjFxA9gZGiY33FzFBJB4xSRzuDoVIzGWUuLP1KTtIgk1AQ2Lb/uWMILaI gLTEzruzWbsYOTiYBdQk/nSpgISFBcIkGte3sILYLAKqEks2nwObySvgILH57nN2iCMUJbqf TWCbwMi7gJFhFaNsSm6Vbm5iZk5xarJucXJiXl5qka6RXm5miV5qSukmRlAAcEry7mB8d1Dp EKMAB6MSD+8D860BQqyJZcWVuYcYJTmYlER530wCCvEl5adUZiQWZ8QXleakFh9ilOBgVhLh 5WkDyvGmJFZWpRblw6SkOViUxHmvpNz0FxJITyxJzU5NLUgtgsnKcHAoSfAqzABqFCxKTU+t SMvMKUFIM3FwggznARpuAVLDW1yQmFucmQ6RP8WoKCXOqwuSEABJZJTmwfXCIvQVozjQK8K8 TiBVPMDohut+BTSYCWhw8vWNIINLEhFSUg2MzacvfH94KrTn/czHdySj3wZIveBq+yR9+Kjg 71ltBx1iRRfqdXh+uHwoJkwiwiA2X1Hg93KJmc3zFiXvSzn1u0C17kbhxB0LRLp2//4b8e6b U+0yp191pcVZ14rLj/RN+vyrdE3apftZWQJNiROKjQtVPPf8e7lt60Wfrc88nizjuy02o990 uhJLcUaioRZzUXEiAB/1wmKrAgAA 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: Wed, 28 Nov 2012 04:55:43 -0000 --- test/emacs-subject-to-filename | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/emacs-subject-to-filename b/test/emacs-subject-to-filename index 43e1307..230c324 100755 --- a/test/emacs-subject-to-filename +++ b/test/emacs-subject-to-filename @@ -4,7 +4,7 @@ test_description="emacs: mail subject to filename" . ./test-lib.sh # emacs server can't be started in a child process with $(test_emacs ...) -test_emacs '(ignore)' +test_emacs '(ignore)' > /dev/null # test notmuch-wash-subject-to-patch-sequence-number (subject) test_begin_subtest "no patch sequence number" -- 1.7.10.4