From 9d8cb69e7f461f4051d4fdd91a2a6a3e0d464722 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 12 Dec 2024 12:02:19 +0900 Subject: [PATCH] test: rename README.testsuite -> README.md --- docs/ARCHITECTURE.md | 2 +- test/{README.testsuite => README.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{README.testsuite => README.md} (100%) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 40eb459ecda..9db8e712030 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -122,7 +122,7 @@ Sources in `test/TEST-*` implement system-level testing for executables, librari Most of those tests should be able to run via `systemd-nspawn`, which is orders-of-magnitude faster than `qemu`, but some tests require privileged operations like using `dm-crypt` or `loopdev`. They are clearly marked if that is the case. -See [`test/README.testsuite`](https://github.com/systemd/systemd/blob/main/test/README.testsuite) for more specific details. +See [`test/README.md`](https://github.com/systemd/systemd/blob/main/test/README.md) for more specific details. ## hwdb diff --git a/test/README.testsuite b/test/README.md similarity index 100% rename from test/README.testsuite rename to test/README.md -- 2.47.3