app-emacs/compat: add missing die to avoid false-positive

Bug: https://bugs.gentoo.org/853322
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-06-21 21:47:11 +02:00
parent 98307eefb9
commit cb8fad5ea4

View File

@@ -41,6 +41,7 @@ src_test() {
which is required for running tests of ${CATEGORY}/${PN}.
Use "eselect emacs" to select an Emacs version with such feature.
EOF
die "Unable to run tests, missing \">=app-editors/emacs-27.2[json]\"."
else
emake test
fi