X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgit-codeowners;a=blobdiff_plain;f=t%2Fapp-codeowners.t;fp=t%2Fapp-codeowners.t;h=48493d1fc2d102790e1796220250fdd0ecbbbb37;hp=b5e430e3177919d6a38517d278cea564623372fd;hb=c7e14d334a59423ea584fb0206a09bb4a74509a8;hpb=eb2a87067c07ba9f9c0d0edfb9abcc4a780ab62a diff --git a/t/app-codeowners.t b/t/app-codeowners.t index b5e430e..48493d1 100644 --- a/t/app-codeowners.t +++ b/t/app-codeowners.t @@ -114,6 +114,8 @@ a/ @snickers END run_git('-C', $repodir, qw{init})->wait; + run_git('-C', $repodir, qw{config --local user.email app-codeowners@example.com})->wait; + run_git('-C', $repodir, qw{config --local user.name App-Codeowners})->wait; run_git('-C', $repodir, qw{add .})->wait; run_git('-C', $repodir, qw{commit -m}, 'initial commit')->wait;