1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

git: use gitMinimal in test

This commit is contained in:
Robert Helgesson 2020-11-14 23:18:07 +01:00
parent f3372bf982
commit b3fdbfdf42
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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