From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 383C8138334 for ; Wed, 20 Nov 2019 09:23:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BF6EE086E; Wed, 20 Nov 2019 09:23:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F09FE086E for ; Wed, 20 Nov 2019 09:23:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CA8134D105 for ; Wed, 20 Nov 2019 09:23:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34FBA8B1 for ; Wed, 20 Nov 2019 09:23:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1574241812.f50c714df53bcc38a09c1cfbd6b25506dd449eb7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/tests/git-r3_GIT_DIR.sh X-VCS-Directories: eclass/tests/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f50c714df53bcc38a09c1cfbd6b25506dd449eb7 X-VCS-Branch: master Date: Wed, 20 Nov 2019 09:23:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b138561-8028-4371-a7c7-7cda294dc402 X-Archives-Hash: f300ce89127b96f6713aa4e001e18c0f commit: f50c714df53bcc38a09c1cfbd6b25506dd449eb7 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 20 09:23:32 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 20 09:23:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50c714d eclass/tests/git-r3_GIT_DIR.sh: stub out git calls Signed-off-by: Michał Górny gentoo.org> eclass/tests/git-r3_GIT_DIR.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/tests/git-r3_GIT_DIR.sh b/eclass/tests/git-r3_GIT_DIR.sh index 42bebd99782..c17ae7bb43c 100755 --- a/eclass/tests/git-r3_GIT_DIR.sh +++ b/eclass/tests/git-r3_GIT_DIR.sh @@ -15,6 +15,8 @@ cd "${testdir}" || die "unable to cd to testdir" EGIT3_STORE_DIR=store mkdir "${EGIT3_STORE_DIR}" || die "unable to mkdir store" +git() { :; } + # Test cleaning up canonical repo URI test_repouri() { local uri=${1}