]> git.notmuchmail.org Git - notmuch/commitdiff
test: unset NAME environment variable
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 1 May 2021 11:54:11 +0000 (06:54 -0500)
committerDavid Bremner <david@tethera.net>
Sun, 2 May 2021 00:13:41 +0000 (21:13 -0300)
Otherwise the output from the tests would be different.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
test/test-lib.sh

index e13797a75a358b458c52c10332f672fcd6265337..ae65336350913f26c564b1ba574c365f41cb3d57 100644 (file)
@@ -112,6 +112,7 @@ unset ALTERNATE_EDITOR
 
 # for reproducibility
 unset EMAIL
+unset NAME
 
 add_gnupg_home ()
 {