Browse Source

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

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 9 years ago
parent
commit
d509e61540
1 changed files with 2 additions and 0 deletions
  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 (