From: Felipe Contreras Date: Sat, 1 May 2021 11:54:11 +0000 (-0500) Subject: test: unset NAME environment variable X-Git-Tag: archive/debian/0.33_rc0-1~128 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=2add9ce7229abbc2b07417a4c97d2eccee40d731 test: unset NAME environment variable Otherwise the output from the tests would be different. Signed-off-by: Felipe Contreras --- diff --git a/test/test-lib.sh b/test/test-lib.sh index e13797a7..ae653363 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -112,6 +112,7 @@ unset ALTERNATE_EDITOR # for reproducibility unset EMAIL +unset NAME add_gnupg_home () {