]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: rename README.testsuite -> README.md
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 12 Dec 2024 03:02:19 +0000 (12:02 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 12 Dec 2024 03:02:19 +0000 (12:02 +0900)
docs/ARCHITECTURE.md
test/README.md [moved from test/README.testsuite with 100% similarity]

index 40eb459ecdacf276e6b9f77d0d524a3c0e060fe9..9db8e7120308cef1ec40d352f1e90b1c8e915554 100644 (file)
@@ -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
 
similarity index 100%
rename from test/README.testsuite
rename to test/README.md