Skip lxc_template_unit_test.go on non-Linux platforms

It doesn't work without lxc-start.

Docker-DCO-1.1-Signed-off-by: Kato Kazuyoshi <kato.kazuyoshi@gmail.com> (github: kzys)
Upstream-commit: dda0ce645995d6dd2b6eb5848c30d305a3d220d2
Component: engine
This commit is contained in:
Kato Kazuyoshi
2014-06-29 16:50:53 +09:00
parent bc68396213
commit a5827383a9

View File

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