1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #30319 from vdemeester/integration-fix-testbuildcopywilcardinname

Run TestBuildCopyWilcardInName only on linux daemon and unix client
This commit is contained in:
Justin Cormack 2017-01-20 22:04:56 +00:00 committed by GitHub
commit 0a08f7a1d4

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