aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/programs/getmail
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-04-24 21:41:22 +0200
committerRobert Helgesson <robert@rycee.net>2020-04-24 21:46:34 +0200
commit95b95b14075aca3eea5a747aad2e24606f2f0fea (patch)
treee0e25f8328511aa63bff1fd8e4e268c59f478094 /tests/modules/programs/getmail
parentcfaf2139801aef64add340db037c64eaacfae670 (diff)
tests: improve test purity
Before the XDG variables would be set from the user's environment, if available. This would break some tests. With this change the tests should be fully deterministic. Fixes #1190
Diffstat (limited to 'tests/modules/programs/getmail')
-rw-r--r--tests/modules/programs/getmail/getmail.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/modules/programs/getmail/getmail.nix b/tests/modules/programs/getmail/getmail.nix
index fe10b98f981..b0d979c4672 100644
--- a/tests/modules/programs/getmail/getmail.nix
+++ b/tests/modules/programs/getmail/getmail.nix
@@ -6,9 +6,6 @@ with lib;
imports = [ ../../accounts/email-test-accounts.nix ];
config = {
- home.username = "hm-user";
- home.homeDirectory = "/home/hm-user";
-
accounts.email.accounts = {
"hm@example.com" = {
getmail = {