Run TestBuildCopyWilcardInName only on linux daemon and unix client

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: e47c46c713afc42430de339c6324632ef8830894
Component: engine
This commit is contained in:
Vincent Demeester
2017-01-20 16:10:28 +01:00
parent f421a18923
commit 6421d00c6a
@@ -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