diff --git a/client/testutil/driver_compatible.go b/client/testutil/driver_compatible.go index 129199cbd..df1d27d11 100644 --- a/client/testutil/driver_compatible.go +++ b/client/testutil/driver_compatible.go @@ -14,7 +14,7 @@ func ExecCompatible(t *testing.T) { } func QemuCompatible(t *testing.T) { - if runtime.GOOS == "windows" { + if runtime.GOOS == "windows" { t.Skip("Must be on non-windows environments to run test") } // else see if qemu exists