Skip to content

Commit 3a6c7d4

Browse files
committed
integration-cli: fix error message for non-buildkit
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent f40918c commit 3a6c7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-cli/docker_cli_build_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2534,7 +2534,7 @@ func (s *DockerSuite) TestBuildDockerignoringBadExclusion(c *check.C) {
25342534
build.WithFile(".dockerignore", "!\n"),
25352535
)).Assert(c, icmd.Expected{
25362536
ExitCode: 1,
2537-
Err: `: illegal exclusion pattern: "!"`,
2537+
Err: `illegal exclusion pattern: "!"`,
25382538
})
25392539
}
25402540

0 commit comments

Comments
 (0)