mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
Merge pull request #30319 from vdemeester/integration-fix-testbuildcopywilcardinname
Run TestBuildCopyWilcardInName only on linux daemon and unix client Upstream-commit: 0a08f7a1d4b3321154c03972bf34ecf603622830 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user