summaryrefslogtreecommitdiffstats
path: root/test/README.external
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-15 11:24:13 +0100
committerMatt Caswell <matt@openssl.org>2016-11-04 10:38:54 +0000
commitda88e88a79b4e283328bb09f60b6e0099ae939e9 (patch)
treeb48f7da3178eedf89d5d4d1ad334b1ce0e5bdd75 /test/README.external
parentd664ff498cad7b40fe330ce91f211b327e2e3090 (diff)
Fix argument order in documentation
git clone has the directory name last Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/README.external')
-rw-r--r--test/README.external2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.external b/test/README.external
index 68d84813bb..3cd0541408 100644
--- a/test/README.external
+++ b/test/README.external
@@ -11,7 +11,7 @@ platforms.
In order to run the BoringSSL tests with OpenSSL, first checkout the BoringSSL
source code into an appropriate directory:
-$ git clone boringssl https://boringssl.googlesource.com/boringssl
+$ git clone https://boringssl.googlesource.com/boringssl boringssl
The BoringSSL tests are only confirmed to work at a specific commit in the
BoringSSL repository. Later commits may or may not pass the test suite: