From 72ab8bc990c50d3d3bbd0bb71e536e304b567e40 Mon Sep 17 00:00:00 2001 From: JunSeong Date: Tue, 13 Aug 2024 19:04:44 +0900 Subject: [PATCH] fix: fix typo at mysql-test README --- mysql-test/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/README b/mysql-test/README index 9dc5c6e5220..9d60a38d288 100644 --- a/mysql-test/README +++ b/mysql-test/README @@ -5,7 +5,7 @@ Some tests are known to fail on some platforms or be otherwise unreliable. In the file collections/smoke_test there is a list of tests that are expected to be stable. -In general you do not have to have to do "make install", and you can have +In general you do not have to do "make install", and you can have a co-existing MariaDB installation, the tests will not conflict with it. To run the tests in a source directory, you must do "make" first.