From 4828ee25a2db70acdb74adcc4d2075f657717a3c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 Dec 2009 17:15:02 +0000 Subject: 2009-12-03 Joel Sherrill * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam families. * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c, psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files. --- testsuites/psxtests/psxpasswd01/psxpasswd01.doc | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testsuites/psxtests/psxpasswd01/psxpasswd01.doc (limited to 'testsuites/psxtests/psxpasswd01/psxpasswd01.doc') diff --git a/testsuites/psxtests/psxpasswd01/psxpasswd01.doc b/testsuites/psxtests/psxpasswd01/psxpasswd01.doc new file mode 100644 index 0000000000..f35bac76a2 --- /dev/null +++ b/testsuites/psxtests/psxpasswd01/psxpasswd01.doc @@ -0,0 +1,29 @@ +# +# $Id$ +# +# COPYRIGHT (c) 1989-2009. +# On-Line Applications Research Corporation (OAR). +# +# The license and distribution terms for this file may be +# found in the file LICENSE in this distribution or at +# http://www.rtems.com/license/LICENSE. +# + +This file describes the directives and concepts tested by this test set. + +test set name: POSIX PASSWD/GROUP TEST + +directives: + getpwnam + getpwuid + getpwnam_r + getpwuid_r + + getgrnam + getgrgid + getgrnam_r + getgrgid_r + +concepts: + ++ Fully exercise services related to /etc/passwd and /etc/group. -- cgit v1.2.3