From 95b95b14075aca3eea5a747aad2e24606f2f0fea Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Fri, 24 Apr 2020 21:41:22 +0200 Subject: 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 --- tests/modules/services/lieer/lieer-service.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/modules/services/lieer') diff --git a/tests/modules/services/lieer/lieer-service.nix b/tests/modules/services/lieer/lieer-service.nix index faef5053c5f..03dcdc749b1 100644 --- a/tests/modules/services/lieer/lieer-service.nix +++ b/tests/modules/services/lieer/lieer-service.nix @@ -6,9 +6,6 @@ with lib; imports = [ ../../accounts/email-test-accounts.nix ]; config = { - home.username = "hm-user"; - home.homeDirectory = "/home/hm-user"; - services.lieer.enable = true; accounts.email.accounts = { -- cgit v1.2.3