Supplement the omission of pr#41145
This commit is contained in:
Sebastiaan van Stijn 2020-08-03 15:51:48 +02:00 committed by GitHub
commit bf99523a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -995,7 +995,7 @@ func (s *DockerDaemonSuite) TestDaemonUlimitDefaults(c *testing.T) {
c.Fatalf("expected `ulimit -n` to be `43`, got: %s", nofile)
}
if nproc != "2048" {
c.Fatalf("expected `ulimit -p` to be 2048, got: %s", nproc)
c.Fatalf("expected `ulimit -u` to be 2048, got: %s", nproc)
}
}