Commit 3be1254911 for openssl.org

commit 3be12549113b955a19a2bde5eed9a0b1649e2168
Author: Bob Beck <beck@openssl.org>
Date:   Fri Feb 20 16:26:51 2026 -0700

    Correct the instructions for how to run the krb5 external test.

    What is there is a trap. I fell into it. I was sad.

    Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
    Reviewed-by: Neil Horman <nhorman@openssl.org>
    MergeDate: Sun Feb 22 21:47:54 2026
    (Merged from https://github.com/openssl/openssl/pull/30122)

diff --git a/test/README-external.md b/test/README-external.md
index dd831bff64..41994318f3 100644
--- a/test/README-external.md
+++ b/test/README-external.md
@@ -39,7 +39,7 @@ tests against the local OpenSSL build.

 You will need a git checkout of krb5 at the top level:

-    $ git clone https://github.com/krb5/krb5
+    $ git submodule update --init

 krb5's master has to pass this same CI, but a known-good version is
 krb5-1.15.1-final if you want to be sure.