aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/programs/lieer/lieer.nix
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/lieer/lieer.nix
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 '')
-rw-r--r--tests/modules/programs/lieer/lieer.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/modules/programs/lieer/lieer.nix b/tests/modules/programs/lieer/lieer.nix
index 1671f4f5e3b..2ce4fb4e031 100644
--- a/tests/modules/programs/lieer/lieer.nix
+++ b/tests/modules/programs/lieer/lieer.nix
@@ -6,9 +6,6 @@ with lib;
imports = [ ../../accounts/email-test-accounts.nix ];
config = {
- home.username = "hm-user";
- home.homeDirectory = "/home/hm-user";
-
programs.lieer.enable = true;
accounts.email.accounts = { "hm@example.com".lieer.enable = true; };