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:
commit
0a08f7a1d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue