Parcourir la source

Windows CI: Unit Test - pkg/mount is Unix specific

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard il y a 9 ans
Parent
commit
d509e61540
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      pkg/mount/mount_unix_test.go

+ 2 - 0
pkg/mount/mount_test.go → pkg/mount/mount_unix_test.go

@@ -1,3 +1,5 @@
+// +build !windows
+
 package mount
 
 import (