dev-libs/tntnet: drop useless 'die' with emake

It dies for us.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-05-30 11:27:42 +01:00
parent 88f1e35975
commit f468714791
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,4 +1,4 @@
# Copyright 2021-2023 Gentoo Authors
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -64,7 +64,7 @@ src_configure() {
src_test() {
cd test || die
emake || die
emake
./tntnet-test || die
}