add new test in fpathconf01.c:
_PC_CHOWN_RESTRICTED
_PC_NO_TRUNC

Signed-off-by: Zeng Linggang <[email protected]>
---
 testcases/kernel/syscalls/fpathconf/fpathconf01.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testcases/kernel/syscalls/fpathconf/fpathconf01.c 
b/testcases/kernel/syscalls/fpathconf/fpathconf01.c
index b551d5a..8980c14 100644
--- a/testcases/kernel/syscalls/fpathconf/fpathconf01.c
+++ b/testcases/kernel/syscalls/fpathconf/fpathconf01.c
@@ -60,6 +60,8 @@ static struct pathconf_args {
        {"_PC_NAME_MAX", _PC_NAME_MAX},
        {"_PC_PATH_MAX", _PC_PATH_MAX},
        {"_PC_PIPE_BUF", _PC_PIPE_BUF},
+       {"_PC_CHOWN_RESTRICTED", _PC_CHOWN_RESTRICTED},
+       {"_PC_NO_TRUNC", _PC_NO_TRUNC},
 };
 
 char *TCID = "fpathconf01";
-- 
1.8.2.1




------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to