[LTP] [PATCH ltp] syscalls: add compat_16 tests into .gitignore for getresgid, getresuid
Yixin Zhang
yixin.zhang@intel.com
Fri Feb 22 04:53:45 CET 2019
Signed-off-by: Yixin Zhang <yixin.zhang@intel.com>
---
testcases/kernel/syscalls/getresgid/.gitignore | 3 +++
testcases/kernel/syscalls/getresuid/.gitignore | 3 +++
2 files changed, 6 insertions(+)
diff --git a/testcases/kernel/syscalls/getresgid/.gitignore b/testcases/kernel/syscalls/getresgid/.gitignore
index e8ddb17e8..9309a2b8b 100644
--- a/testcases/kernel/syscalls/getresgid/.gitignore
+++ b/testcases/kernel/syscalls/getresgid/.gitignore
@@ -1,3 +1,6 @@
/getresgid01
+/getresgid01_16
/getresgid02
+/getresgid02_16
/getresgid03
+/getresgid03_16
diff --git a/testcases/kernel/syscalls/getresuid/.gitignore b/testcases/kernel/syscalls/getresuid/.gitignore
index 0324bb7c0..387ed1b59 100644
--- a/testcases/kernel/syscalls/getresuid/.gitignore
+++ b/testcases/kernel/syscalls/getresuid/.gitignore
@@ -1,3 +1,6 @@
/getresuid01
+/getresuid01_16
/getresuid02
+/getresuid02_16
/getresuid03
+/getresuid03_16
--
2.17.1
More information about the ltp
mailing list