unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob e555b28441f2307bc3c907f3e1484f6c23447da9 1460 bytes (raw)
name: test/T520-show.sh 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
 
#!/usr/bin/env bash
test_description='"notmuch show"'

. $(dirname "$0")/test-lib.sh || exit 1

add_email_corpus

test_begin_subtest "exit code for show invalid query"
notmuch show foo..
exit_code=$?
test_expect_equal 1 $exit_code

test_begin_subtest "--format=pretty"
output=$(notmuch show --format=pretty id:cf0c4d610911171136h1713aa59w9cf9aa31f052ad0a@mail.gmail.com 2>&1 && echo OK)
test_expect_equal "$output" "Subject: [notmuch] preliminary FreeBSD support
From: Alex Botero-Lowry <alex.boterolowry@gmail.com>
To: notmuch@notmuchmail.org
Date: Tue, 17 Nov 2009 11:36:14 -0800
Message-ID: <cf0c4d610911171136h1713aa59w9cf9aa31f052ad0a@mail.gmail.com>

I saw the announcement this morning, and was very excited, as I had been
hoping sup would be turned into a library,
since I like the concept more than the UI (I'd rather an emacs interface).

I did a preliminary compile which worked out fine, but
sysconf(_SC_SC_GETPW_R_SIZE_MAX) returns -1 on
FreeBSD, so notmuch_config_open segfaulted.

Attached is a patch that supplies a default buffer size of 64 in cases where
-1 is returned.

http://www.opengroup.org/austin/docs/austin_328.txt - seems to indicate this
is acceptable behavior,
and http://mail-index.netbsd.org/pkgsrc-bugs/2006/06/07/msg016808.htmlspecifically
uses 64 as the
buffer size.

_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch

OK"

test_done

debug log:

solving e555b284 ...
found e555b284 in https://yhetil.org/notmuch/20210702203153.47289-1-hannu@hrtk.in/
found 16222650 in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100755 16222650eafc68b1d1f816a8cdda96bc3b0ce23a	test/T520-show.sh

applying [1/1] https://yhetil.org/notmuch/20210702203153.47289-1-hannu@hrtk.in/
diff --git a/test/T520-show.sh b/test/T520-show.sh
index 16222650..e555b284 100755

Checking patch test/T520-show.sh...
Applied patch test/T520-show.sh cleanly.

index at:
100755 e555b28441f2307bc3c907f3e1484f6c23447da9	test/T520-show.sh

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).