libnetwork/resolvconf: allow tests to be run on unix
Looks like the intent is to exclude windows (which wouldn't have /etc/resolv.conf nor systemd), but most tests would run fine elsewhere. This allows running the tests on macOS for local testing. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
73c637ad60
commit
43378636d0
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package resolvconf
|
||||
|
||||
import (
|
Loading…
Add table
Reference in a new issue