eclass/tests/git-r3_GIT_DIR.sh: stub out git calls

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-20 10:23:32 +01:00
parent 7d3e32ce11
commit f50c714df5

View File

@@ -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}