Run TestBuildCopyWilcardInName only on linux daemon and unix client

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2017-01-20 16:09:17 +01:00
parent ba4f8f06b3
commit e47c46c713
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3
1 changed files with 1 additions and 1 deletions

View File

@ -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