From e47c46c713afc42430de339c6324632ef8830894 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Fri, 20 Jan 2017 16:09:17 +0100 Subject: [PATCH] Run TestBuildCopyWilcardInName only on linux daemon and unix client Signed-off-by: Vincent Demeester --- integration-cli/docker_cli_build_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-cli/docker_cli_build_test.go b/integration-cli/docker_cli_build_test.go index d9d5c9197d..c9d51b51b3 100644 --- a/integration-cli/docker_cli_build_test.go +++ b/integration-cli/docker_cli_build_test.go @@ -667,7 +667,7 @@ func (s *DockerSuite) TestBuildCopyWildcardInName(c *check.C) { // filenames (like windows). So, instead of failing the test // just let it pass. Then we don't need to explicitly // say which OSs this works on or not. - testRequires(c, DaemonIsLinux) + testRequires(c, DaemonIsLinux, UnixCli) buildImageSuccessfully(c, "testcopywildcardinname", withBuildContext(c, withFile("Dockerfile", `FROM busybox