From ad30ef91130b6445cc850cacb225737589ce38ee Mon Sep 17 00:00:00 2001 From: wanghuaiqing Date: Mon, 3 Aug 2020 14:12:55 +0800 Subject: [PATCH] Supplement the omission of pr#41145 Signed-off-by: wanghuaiqing --- integration-cli/docker_cli_daemon_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-cli/docker_cli_daemon_test.go b/integration-cli/docker_cli_daemon_test.go index 44d7026bb9..e89d21934d 100644 --- a/integration-cli/docker_cli_daemon_test.go +++ b/integration-cli/docker_cli_daemon_test.go @@ -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) } }