From: Michael Vetter Date: Tue, 21 Jan 2025 14:38:47 +0000 (+0100) Subject: doc: fix typo X-Git-Tag: 4.17.3~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ef84cca65eba4e056fe1d2de3bfd6cfc7ded740;p=thirdparty%2Fshadow.git doc: fix typo --- diff --git a/doc/contributions/tests.md b/doc/contributions/tests.md index e765fe690..efe89baef 100644 --- a/doc/contributions/tests.md +++ b/doc/contributions/tests.md @@ -30,5 +30,5 @@ VM or a container instead. You can execute system tests by running: ``` -cd tests && ./run_all`. +cd tests && ./run_all ```