From 6706c86f90cec45a90dc5529624baabc681d48c2 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Fri, 25 May 2018 00:10:58 +0300 Subject: [PATCH] Skip ssh v1 tests --- git.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/git.spec b/git.spec index 6088197..c525420 100644 --- a/git.spec +++ b/git.spec @@ -375,4 +375,5 @@ install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_bra # We do NO_SVN_TESTS because git's tests hardcode # replies from svn versions older than the one # we're shipping -- and they have changed since +rm -f t/t5700-protocol-v1.sh LC_ALL=C %make %{git_make_params} test NO_SVN_TESTS=true