diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2021-05-01 06:54:11 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-05-01 21:13:41 -0300 |
| commit | 2add9ce7229abbc2b07417a4c97d2eccee40d731 (patch) | |
| tree | 2feb4edd784e8c1e21e6f6327d9c62c421a7af75 /test/test-lib.sh | |
| parent | ff5f141bf205ad25e8ed4b8c9436b530f8ebf2be (diff) | |
test: unset NAME environment variable
Otherwise the output from the tests would be different.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'test/test-lib.sh')
| -rw-r--r-- | test/test-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 () { |
