From: Junio C Hamano Date: Thu, 11 Jul 2024 21:15:17 +0000 (-0700) Subject: Meta/Make: do not skip t95?? X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=701d63737b605b30e1a4184764a5a6c8ed47a3d9;p=thirdparty%2Fgit.git Meta/Make: do not skip t95?? --- diff --git a/Make b/Make index 6bc26a7ef9..578013d776 100755 --- a/Make +++ b/Make @@ -250,7 +250,7 @@ then set INSTALL=ginstall "$@" fi -GIT_SKIP_TESTS=${GIT_SKIP_TESTS:+"$GIT_SKIP_TESTS "}"t95??" +GIT_SKIP_TESTS=${GIT_SKIP_TESTS:+"$GIT_SKIP_TESTS "}"t9999" export GIT_SKIP_TESTS unset SSH_AGENT_PID SSH_CLIENT SSH_TTY SSH_AUTH_SOCK SSH_CONNECTION \