summaryrefslogtreecommitdiff
path: root/app-emulation/runc/runc-1.0.0_rc92.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/runc/runc-1.0.0_rc92.ebuild')
-rw-r--r--app-emulation/runc/runc-1.0.0_rc92.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc92.ebuild b/app-emulation/runc/runc-1.0.0_rc92.ebuild
index 4489684142bf..0f6763825b49 100644
--- a/app-emulation/runc/runc-1.0.0_rc92.ebuild
+++ b/app-emulation/runc/runc-1.0.0_rc92.ebuild
@@ -39,7 +39,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
# tests need busybox binary, and portage namespace
# sandboxing disabled: mount-sandbox pid-sandbox ipc-sandbox
# majority of tests pass
-RESTRICT="test"
+RESTRICT+=" test"
src_compile() {
# Taken from app-emulation/docker-1.7.0-r1