From dda0ce645995d6dd2b6eb5848c30d305a3d220d2 Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Sun, 29 Jun 2014 16:50:53 +0900 Subject: [PATCH] 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 (github: kzys) --- daemon/execdriver/lxc/lxc_template_unit_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/execdriver/lxc/lxc_template_unit_test.go b/daemon/execdriver/lxc/lxc_template_unit_test.go index a9a67c421c..9e4d33f9e6 100644 --- a/daemon/execdriver/lxc/lxc_template_unit_test.go +++ b/daemon/execdriver/lxc/lxc_template_unit_test.go @@ -1,3 +1,5 @@ +// +build linux + package lxc import (