From: Junio C Hamano Date: Tue, 31 May 2011 19:56:21 +0000 (-0700) Subject: Meta/Make: skipping cvs/gitweb tests no longer needed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834dd61d95b476884ca8444e003714d53e106514;p=thirdparty%2Fgit.git Meta/Make: skipping cvs/gitweb tests no longer needed as I have necessary perl modules and cvsps on the test bochs. --- diff --git a/Make b/Make index 698d93625b..93ba9ae33f 100755 --- a/Make +++ b/Make @@ -54,11 +54,6 @@ do done Wall='-Wall -Wdeclaration-after-statement' tests= jobs= skip= -case `hostname` in -fc13i386 | fc15i686) - skip="t9???" - ;; -esac case `uname` in OpenBSD) NEEDS_CRYPTO_WITH_SSL=YesPlease ; export NEEDS_CRYPTO_WITH_SSL