mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user