diff options
Diffstat (limited to 'eclass/tests/git-r3.sh')
-rwxr-xr-x | eclass/tests/git-r3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/git-r3.sh b/eclass/tests/git-r3.sh index 2f452bfd68a8..02cbcbc59125 100755 --- a/eclass/tests/git-r3.sh +++ b/eclass/tests/git-r3.sh @@ -7,7 +7,7 @@ exit 0 EAPI=7 -source tests-common.sh +source tests-common.sh || exit inherit git-r3 |