зеркало из https://github.com/microsoft/docker.git
Run TestBuildCopyWilcardInName only on linux daemon and unix client
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Родитель
ba4f8f06b3
Коммит
e47c46c713
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче