Browse code

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)

Kato Kazuyoshi authored on 2014/06/29 16:50:53
Showing 1 changed files
... ...
@@ -1,3 +1,5 @@
1
+// +build linux
2
+
1 3
 package lxc
2 4
 
3 5
 import (