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/linux-info_get_running_version.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/linux-info_get_running_version.sh')
-rwxr-xr-x | eclass/tests/linux-info_get_running_version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/linux-info_get_running_version.sh b/eclass/tests/linux-info_get_running_version.sh index ce65ae51fee9..57aaf2fedcd4 100755 --- a/eclass/tests/linux-info_get_running_version.sh +++ b/eclass/tests/linux-info_get_running_version.sh @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -source tests-common.sh +source tests-common.sh || exit inherit linux-info |