]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: skipping cvs/gitweb tests no longer needed
authorJunio C Hamano <gitster@pobox.com>
Tue, 31 May 2011 19:56:21 +0000 (12:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 May 2011 19:56:21 +0000 (12:56 -0700)
as I have necessary perl modules and cvsps on the test bochs.

Make

diff --git a/Make b/Make
index 698d93625b94c723083258ecc7b91921270d566f..93ba9ae33f1c83a31deb30ad0b763d2d081f7de4 100755 (executable)
--- 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