lsd #7

Manually merged
hasufell merged 1 commits from kapsh/hasufell-repository:lsd into master 2019-02-24 14:45:40 +00:00
Showing only changes of commit 78fad033e5 - Show all commits

View File

@ -17,3 +17,10 @@ DEPENDENCIES="
BUGS_TO="hasufell@posteo.de" BUGS_TO="hasufell@posteo.de"
src_test() {
local test_socket="unix:${TEMP}/test_socket_type.*/socket.tmp"
esandbox allow_net --bind "${test_socket}"
cargo_src_test
esandbox disallow_net "${test_socket}"
}