Browse code

Fix testcase name

TestBuildMulitStageResetScratch testcase was actually meant to be
TestBuildMulitStageResetScratch

Signed-off-by: Vitaly Ostrosablin <tmp6154@yandex.ru>
(cherry picked from commit c266d8fe563d4b1b65fb14a90da1b72f61b6310c)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Vitaly Ostrosablin authored on 2019/08/20 15:14:42
Showing 1 changed files
... ...
@@ -5952,7 +5952,7 @@ func (s *DockerSuite) TestBuildCopyFromWindowsIsCaseInsensitive(c *check.C) {
5952 5952
 }
5953 5953
 
5954 5954
 // #33176
5955
-func (s *DockerSuite) TestBuildMulitStageResetScratch(c *check.C) {
5955
+func (s *DockerSuite) TestBuildMultiStageResetScratch(c *check.C) {
5956 5956
 	testRequires(c, DaemonIsLinux)
5957 5957
 
5958 5958
 	dockerfile := `