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:
Sebastiaan van Stijn 2022-10-01 17:10:36 +02:00
parent 73c637ad60
commit 43378636d0
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -1,3 +1,6 @@
//go:build !windows
// +build !windows
package resolvconf
import (