]> git.notmuchmail.org Git - notmuch/commit - test/test-lib.sh
test: simplify user ID handling
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 4 May 2019 21:33:27 +0000 (17:33 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 7 May 2019 09:42:11 +0000 (06:42 -0300)
commit93e699e5c86bb93b2992f4ab3a15680824b7ee2d
tree8d805c58889e694d8a7c05edcb71cf2932a1d4b7
parent9f05ceb994d1d674cf2f433f0d794b671fef38ec
test: simplify user ID handling

The user ID on the self-test is a little bit clunky-looking.  It also
may end up showing up elsewhere in the test suite.  Centralizing the
user ID in one place should make it easier to handle if it ever
changes, and should make tests easier to read.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
test/T350-crypto.sh
test/test-lib.sh