From 51194154f4b88f5716aa3ef3ab1900927baad3bf Mon Sep 17 00:00:00 2001 From: Cyril Hrubis Date: Fri, 8 Sep 2023 14:36:25 +0200 Subject: [PATCH] doc: c-test-tutorial-simple: Fix typo File runtest/statx does not exists it should have been runtest/syscalls. Signed-off-by: Cyril Hrubis --- doc/c-test-tutorial-simple.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/c-test-tutorial-simple.txt b/doc/c-test-tutorial-simple.txt index c691c1dd935..07a61f4eca6 100644 --- a/doc/c-test-tutorial-simple.txt +++ b/doc/c-test-tutorial-simple.txt @@ -222,7 +222,7 @@ $ ./statx01 This should build the test and then run it. However, even though the test is in the +syscalls+ directory it won't be automatically ran as part of the _syscalls_ test group (remember +./runltp -f syscalls+ from the +README.md+?). For -this we need to add it to the +runtest+ file. So open +runtest/statx+ and add +this we need to add it to the +runtest+ file. So open +runtest/syscalls+ and add the lines starting with a +++. [source,diff]