[LTP] [COMMITED] [PATCH] doc: c-test-tutorial-simple: Fix typo
Cyril Hrubis
chrubis@suse.cz
Fri Sep 8 14:37:27 CEST 2023
File runtest/statx does not exists it should have been runtest/syscalls.
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
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 c691c1dd9..07a61f4ec 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]
--
2.41.0
More information about the ltp
mailing list