sys-apps/firejail: Disabled nonworking tests

Skip some tests that were not included in this version of the release
tarball.

Signed-off-by: Hank Leininger <hlein@korelogic.com>
Closes: https://bugs.gentoo.org/753991
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/18245
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Hank Leininger
2020-11-13 09:20:19 -07:00
committed by Aaron Bauman
parent c7051cc722
commit 3dbe14ee3b

View File

@@ -48,6 +48,11 @@ src_prepare() {
if use contrib; then
python_fix_shebang -f contrib/*.py
fi
# some tests were missing from this release's tarball
if use test; then
sed -i -r -e 's/^(test:.*) test-private-lib (.*)/\1 \2/; s/^(test:.*) test-fnetfilter (.*)/\1 \2/' Makefile.in || die
fi
}
src_configure() {