X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=t%2Fapp-codeowners-util.t;h=4366fdacd8e82b1d20b63c6f74f29bd90f535f6d;hb=20d609473454c52a00daa59ff30214890ead4211;hp=93fdce4cefce62897e471b098b376b2caf39c667;hpb=67e86f990f2556f12465052911eb7b96a03b8dcc;p=chaz%2Fgit-codeowners diff --git a/t/app-codeowners-util.t b/t/app-codeowners-util.t index 93fdce4..4366fda 100644 --- a/t/app-codeowners-util.t +++ b/t/app-codeowners-util.t @@ -72,7 +72,8 @@ exit; sub _can_git { my ($version) = run_git('--version'); - return $version; + note "Found: $version" if $version; + return $version && $version ge 'git version 1.8.5'; # for -C flag } sub _setup_git_repo {