tstest/integration/vms: move build tags from linux to !windows

The tests build fine on other Unix's, they just can't run there.
But there is already a t.Skip by default, so `go test` ends up
working fine elsewhere and checks the code compiles.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
David Crawshaw
2021-08-31 16:36:01 -07:00
committed by David Crawshaw
parent 7f29dcaac1
commit f53792026e
9 changed files with 17 additions and 23 deletions

View File

@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build linux
// +build linux
//go:build !windows
// +build !windows
package vms