Merge remote-tracking branch 'kapsh/lsd'

This commit is contained in:
Julian Ospald 2019-02-24 22:45:40 +08:00
commit f510f794cf
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 7 additions and 0 deletions

View File

@ -17,3 +17,10 @@ DEPENDENCIES="
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}"
}