From b3fdbfdf422df2508ad16336ac0fc0ffaa40d0ee Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 14 Nov 2020 23:18:07 +0100 Subject: [PATCH] git: use `gitMinimal` in test --- tests/modules/programs/git/git-with-email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/programs/git/git-with-email.nix b/tests/modules/programs/git/git-with-email.nix index d7ed7e185..49089a97a 100644 --- a/tests/modules/programs/git/git-with-email.nix +++ b/tests/modules/programs/git/git-with-email.nix @@ -18,7 +18,7 @@ with lib; nmt.script = '' function assertGitConfig() { local value - value=$(${pkgs.git}/bin/git config \ + value=$(${pkgs.gitMinimal}/bin/git config \ --file $TESTED/home-files/.config/git/config \ --get $1) if [[ $value != $2 ]]; then