mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix testcase name
TestBuildMulitStageResetScratch testcase was actually meant to be TestBuildMulitStageResetScratch Signed-off-by: Vitaly Ostrosablin <tmp6154@yandex.ru>
This commit is contained in:
parent
28421249cc
commit
c266d8fe56
1 changed files with 1 additions and 1 deletions
|
@ -5952,7 +5952,7 @@ func (s *DockerSuite) TestBuildCopyFromWindowsIsCaseInsensitive(c *check.C) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// #33176
|
// #33176
|
||||||
func (s *DockerSuite) TestBuildMulitStageResetScratch(c *check.C) {
|
func (s *DockerSuite) TestBuildMultiStageResetScratch(c *check.C) {
|
||||||
testRequires(c, DaemonIsLinux)
|
testRequires(c, DaemonIsLinux)
|
||||||
|
|
||||||
dockerfile := `
|
dockerfile := `
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue