eclass/tests/git-r3.sh: Partially fix and disable
authorMichał Górny <mgorny@gentoo.org>
Wed, 20 Nov 2019 08:57:42 +0000 (09:57 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 20 Nov 2019 08:57:42 +0000 (09:57 +0100)
The tests rely on ext: remote support which apparently no longer works.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/tests/git-r3.sh
eclass/tests/tests-common.sh

index 6ff6226c0aa6c78b854da3a1444b897632ae546f..2f452bfd68a8355f48364b461eae63ebd2623219 100755 (executable)
@@ -1,7 +1,12 @@
 #!/bin/bash
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# git no longer allows ext: protocol, meh
+exit 0
+
+EAPI=7
+
 source tests-common.sh
 
 inherit git-r3
index d52cf3a2687b9e17e2132376a502eb1131684a5b..674eaa02cdc958127e52218b4a6eabbcb4709660 100644 (file)
@@ -103,3 +103,5 @@ PV="0"
 P="${PN}-${PV}"
 PF=${P}
 SLOT=0
+
+addwrite() { :; }