[LTP] [RFC PATCH 4/5] runtest/commands: adjust names for keyctl01, sysctl01, unshare01

Stanislav Kholmanskikh stanislav.kholmanskikh@oracle.com
Thu Sep 13 16:44:41 CEST 2018


runtest/syscalls already defines tests with these ids, but there
they point to different commands. In order to avoid name conflicts
we need to rename tests either in runtest/commands or in runtest/syscalls.
Since the tests in runtest/syscalls are much older, I chose to rename
the tests in runtest/commands.

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
---
 runtest/commands | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/runtest/commands b/runtest/commands
index ee7e9f4..f27d2fa 100644
--- a/runtest/commands
+++ b/runtest/commands
@@ -37,7 +37,7 @@ which01 which01.sh
 lsmod01 lsmod01.sh
 insmod01 insmod01.sh
 wc01 wc01.sh
-keyctl01 keyctl01.sh
+keyctl_01 keyctl01.sh
 gdb01 gdb01.sh
-unshare01 unshare01.sh
-sysctl01 sysctl01.sh
+unshare_01 unshare01.sh
+sysctl_01 sysctl01.sh
-- 
1.8.3.1



More information about the ltp mailing list