From 2add9ce7229abbc2b07417a4c97d2eccee40d731 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sat, 1 May 2021 06:54:11 -0500 Subject: [PATCH] test: unset NAME environment variable Otherwise the output from the tests would be different. Signed-off-by: Felipe Contreras --- test/test-lib.sh | 1 + 1 file changed, 1 insertion(+) 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 () { -- 2.43.0