mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
builder: have TestBuildDockerignoringBadExclusion pass with buildkit
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
@ -2534,7 +2534,7 @@ func (s *DockerSuite) TestBuildDockerignoringBadExclusion(c *check.C) {
|
|||||||
build.WithFile(".dockerignore", "!\n"),
|
build.WithFile(".dockerignore", "!\n"),
|
||||||
)).Assert(c, icmd.Expected{
|
)).Assert(c, icmd.Expected{
|
||||||
ExitCode: 1,
|
ExitCode: 1,
|
||||||
Err: "error checking context: 'illegal exclusion pattern: \"!\"",
|
Err: `: illegal exclusion pattern: "!"`,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user