builder: have TestBuildDockerignoringBadExclusion pass with buildkit
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
60a911dfca
commit
9cc49b4ab9
1 changed files with 1 additions and 1 deletions
|
@ -2534,7 +2534,7 @@ func (s *DockerSuite) TestBuildDockerignoringBadExclusion(c *check.C) {
|
|||
build.WithFile(".dockerignore", "!\n"),
|
||||
)).Assert(c, icmd.Expected{
|
||||
ExitCode: 1,
|
||||
Err: "error checking context: 'illegal exclusion pattern: \"!\"",
|
||||
Err: `: illegal exclusion pattern: "!"`,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue