|
@@ -1781,7 +1781,7 @@ func (s *DockerDaemonSuite) TestDaemonNoSpaceLeftOnDeviceError(c *testing.T) {
|
|
defer s.d.Stop(c)
|
|
defer s.d.Stop(c)
|
|
|
|
|
|
// pull a repository large enough to overfill the mounted filesystem
|
|
// pull a repository large enough to overfill the mounted filesystem
|
|
- pullOut, err := s.d.Cmd("pull", "debian:stretch")
|
|
|
|
|
|
+ pullOut, err := s.d.Cmd("pull", "debian:buster")
|
|
assert.Assert(c, err != nil, pullOut)
|
|
assert.Assert(c, err != nil, pullOut)
|
|
assert.Assert(c, strings.Contains(pullOut, "no space left on device"))
|
|
assert.Assert(c, strings.Contains(pullOut, "no space left on device"))
|
|
}
|
|
}
|