mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
net-im/tuwunel: Fix tests
Bug: https://bugs.gentoo.org/975434 Closes: https://bugs.gentoo.org/975434 Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
@@ -172,3 +172,10 @@ src_install() {
|
||||
|
||||
# TODO: Add systemd service.
|
||||
}
|
||||
|
||||
src_test() {
|
||||
mkdir -p "${T}/var/lib/tuwunel" || die
|
||||
|
||||
TUWUNEL_DATABASE_PATH="${T}/var/lib/tuwunel" cargo_src_test
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user