diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-02-14 16:12:31 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-02-14 16:12:31 -0500 |
commit | c1f9ddbdceb036b79881625403917aaeeb608190 (patch) | |
tree | d440036095cea56850e7e6342883422678e23b57 /eclass/tests/rebar_remove_deps.sh | |
parent | x11-misc/evolvotron: drop project desktop-misc (diff) | |
download | gentoo-c1f9ddbdceb036b79881625403917aaeeb608190.tar.gz gentoo-c1f9ddbdceb036b79881625403917aaeeb608190.tar.bz2 gentoo-c1f9ddbdceb036b79881625403917aaeeb608190.zip |
eclass/tests: source tests-common.sh || exit
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'eclass/tests/rebar_remove_deps.sh')
-rwxr-xr-x | eclass/tests/rebar_remove_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/rebar_remove_deps.sh b/eclass/tests/rebar_remove_deps.sh index 1b877b33929b..b544a3078dbb 100755 --- a/eclass/tests/rebar_remove_deps.sh +++ b/eclass/tests/rebar_remove_deps.sh @@ -2,7 +2,7 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -source tests-common.sh +source tests-common.sh || exit EAPI=6 |