From e9e779ead4d703ad423e46c23abd0c9afd7d5ed2 Mon Sep 17 00:00:00 2001 From: Arjan Adriaanse Date: Tue, 15 Aug 2023 00:00:05 +0200 Subject: [PATCH] test: fix expected output for Emacs 29 --- test/T453-emacs-reply.sh | 1 - test/T454-emacs-dont-reply-names.sh | 9 +++------ .../notmuch-reply-duplicate-4 | 1 - 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/test/T453-emacs-reply.sh b/test/T453-emacs-reply.sh index 0a27d066..de400b85 100755 --- a/test/T453-emacs-reply.sh +++ b/test/T453-emacs-reply.sh @@ -17,7 +17,6 @@ cat < EXPECTED From: Notmuch Test Suite To: Antoine Beaupré Subject: Re: bug: "no top level messages" crash on Zen email loops -In-Reply-To: <874llc2bkp.fsf@curie.anarc.at> Fcc: MAIL_DIR/sent --text follows this line-- Antoine Beaupré writes: diff --git a/test/T454-emacs-dont-reply-names.sh b/test/T454-emacs-dont-reply-names.sh index 3a770177..9ed4f18b 100755 --- a/test/T454-emacs-dont-reply-names.sh +++ b/test/T454-emacs-dont-reply-names.sh @@ -17,13 +17,12 @@ test_emacs '(let ((message-dont-reply-to-names "notmuchmail\\|noreply\\|harvard" (test-visible-output "OUTPUT-FULL.raw"))' notmuch_dir_sanitize < OUTPUT-FULL.raw > OUTPUT-FULL -head -6 OUTPUT-FULL > OUTPUT +head -5 OUTPUT-FULL > OUTPUT cat < EXPECTED From: Notmuch Test Suite To: Mikhail Gusarov Subject: Re: [notmuch] Working with Maildir storage? -In-Reply-To: <20091117203301.GV3165@dottiness.seas.harvard.edu> Fcc: MAIL_DIR/sent --text follows this line-- EOF @@ -38,14 +37,13 @@ test_emacs '(let ((message-dont-reply-to-names (test-visible-output "OUTPUT-FULL-PRED.raw"))' notmuch_dir_sanitize < OUTPUT-FULL-PRED.raw > OUTPUT-FULL-PRED -head -7 OUTPUT-FULL-PRED > OUTPUT-PRED +head -6 OUTPUT-FULL-PRED > OUTPUT-PRED cat < EXPECTED-PRED From: Notmuch Test Suite To: Lars Kellogg-Stedman Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] Working with Maildir storage? -In-Reply-To: <20091117203301.GV3165@dottiness.seas.harvard.edu> Fcc: MAIL_DIR/sent --text follows this line-- EOF @@ -59,14 +57,13 @@ test_emacs '(let ((message-dont-reply-to-names nil)) (test-visible-output "OUTPUT-FULL-NIL.raw"))' notmuch_dir_sanitize < OUTPUT-FULL-NIL.raw > OUTPUT-FULL-NIL -head -7 OUTPUT-FULL-NIL > OUTPUT-NIL +head -6 OUTPUT-FULL-NIL > OUTPUT-NIL cat < EXPECTED-NIL From: Notmuch Test Suite To: Lars Kellogg-Stedman , Mikhail Gusarov Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] Working with Maildir storage? -In-Reply-To: <20091117203301.GV3165@dottiness.seas.harvard.edu> Fcc: MAIL_DIR/sent --text follows this line-- EOF diff --git a/test/emacs-reply.expected-output/notmuch-reply-duplicate-4 b/test/emacs-reply.expected-output/notmuch-reply-duplicate-4 index 836f77b1..44b8c7a6 100644 --- a/test/emacs-reply.expected-output/notmuch-reply-duplicate-4 +++ b/test/emacs-reply.expected-output/notmuch-reply-duplicate-4 @@ -1,7 +1,6 @@ From: Notmuch Test Suite To: Sean Whitton , 916811@bugs.debian.org, 916805@bugs.debian.org, 916807@bugs.debian.org, 916808@bugs.debian.org, 916809@bugs.debian.org, 916811@bugs.debian.org, 916867@bugs.debian.org, 916869@bugs.debian.org, 916872@bugs.debian.org, 916875@bugs.debian.org, 916876@bugs.debian.org Subject: Re: [Pkg-emacsen-addons] Bug#916811: Increase severity to 'serious' -In-Reply-To: <87r2ecrr6x.fsf@zephyr.silentflame.com> Fcc: MAIL_DIR/sent --text follows this line-- Sean Whitton writes: -- 2.41.0 47c2c723927ad4ad4142bd517c6ccc03c27528'>gitignore: Add .DS_Store....Ignore MacOS specific file: https://en.wikipedia.org/wiki/.DS_Store Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Pavel Shlyak 2021-10-16.gitignore: Ignore more autotools directories....* .gitignore: Add pattern to ignore ".am[0-9]*/". Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sarah Morgensen 2021-10-16.gitignore: Ignore more temporary test directories....* .gitignore: Add pattern to ignore "/t-*/". Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sarah Morgensen 2021-09-20etc: Add systemd files for running ‘guix gc’ periodically...* etc/guix-gc.service.in: New file. * etc/guix-gc.timer: Likewise. * .gitignore: Ignore generated ‘guix-gc.service’. * nix/local.mk (nodist_systemdservice_DATA): Add ‘guix-gc.service’ and ‘guix-gc.timer’. (EXTRA_DIST): Add ‘guix-gc.service.in’ and ‘guix-gc.timer’. * doc/guix.texi (Binary Installation): Mention the new systemd files. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Thiago Jung Bauermann 2021-05-10.gitignore: Ignore .mo files....* .gitignore: Ignore files matching the *.mo pattern. Maxim Cournoyer 2021-05-05.gitignore: Ignore .tarball-ignore....This file can be useful to fix a version string when experimenting with 'make release'. * .gitignore: Add a pattern to ignore .tarball-version. Maxim Cournoyer 2021-04-23.gitignore: Ignore release artifacts....Not ignoring these in the tree leads to the next generated version (.version) being suffixed with '-dirty', which confuses things. * .gitignore [/guix-*]: New pattern. [/doc/stamp-[0-9]]: Adjust to ... [/doc/stamp-*]: ... this. [/release-*]: New pattern. Maxim Cournoyer 2021-04-23.gitignore: Ignore generated .pot files....These files are automatically-extracted templates rather than source, hence shouldn't be checked in. * .gitignore: Add a glob pattern to ignore .pot files. Maxim Cournoyer