app-shells/rush: Restrict tests

Closes: https://bugs.gentoo.org/689554
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2019-07-09 22:25:11 +02:00
parent 4863fe5a75
commit 18ccf17a29

View File

@@ -17,6 +17,9 @@ BDEPEND="
nls? ( sys-devel/gettext )
"
# Testsuite doesn't like our sandbox (bug #689554)
RESTRICT="test"
src_configure() {
local myeconfargs=(
$(use_enable nls)