mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
git: use gitMinimal
in test
This commit is contained in:
parent
f3372bf982
commit
b3fdbfdf42
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue