From f50c714df53bcc38a09c1cfbd6b25506dd449eb7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 20 Nov 2019 10:23:32 +0100 Subject: eclass/tests/git-r3_GIT_DIR.sh: stub out git calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/tests/git-r3_GIT_DIR.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eclass') diff --git a/eclass/tests/git-r3_GIT_DIR.sh b/eclass/tests/git-r3_GIT_DIR.sh index 42bebd99782f..c17ae7bb43c0 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} -- cgit v1.2.3-65-gdbad