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:
Niklaus 'vimja' Hofer
2026-05-30 17:53:25 +02:00
parent d21e7aa630
commit 8c0f0cf61a

View File

@@ -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
}