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 = ''
|
nmt.script = ''
|
||||||
function assertGitConfig() {
|
function assertGitConfig() {
|
||||||
local value
|
local value
|
||||||
value=$(${pkgs.git}/bin/git config \
|
value=$(${pkgs.gitMinimal}/bin/git config \
|
||||||
--file $TESTED/home-files/.config/git/config \
|
--file $TESTED/home-files/.config/git/config \
|
||||||
--get $1)
|
--get $1)
|
||||||
if [[ $value != $2 ]]; then
|
if [[ $value != $2 ]]; then
|
||||||
|
|
Loading…
Reference in a new issue