ソースを参照

Supplement the omission of pr#41145

Signed-off-by: wanghuaiqing <wanghuaiqing@loongson.cn>
wanghuaiqing 4 年 前
コミット
ad30ef9113
1 ファイル変更1 行追加1 行削除
  1. 1 1
      integration-cli/docker_cli_daemon_test.go

+ 1 - 1
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)
 		c.Fatalf("expected `ulimit -n` to be `43`, got: %s", nofile)
 	}
 	}
 	if nproc != "2048" {
 	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)
 	}
 	}
 }
 }