Browse Source

Merge pull request #6756 from kzys/lxc-linux

Skip lxc_template_unit_test.go on non-Linux platforms
unclejack 11 years ago
parent
commit
e2c575c5a6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      daemon/execdriver/lxc/lxc_template_unit_test.go

+ 2 - 0
daemon/execdriver/lxc/lxc_template_unit_test.go

@@ -1,3 +1,5 @@
+// +build linux
+
 package lxc
 
 import (