summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/pwdgrp01/pwdgrp01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/pwdgrp01/pwdgrp01.doc')
-rw-r--r--testsuites/libtests/pwdgrp01/pwdgrp01.doc19
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuites/libtests/pwdgrp01/pwdgrp01.doc b/testsuites/libtests/pwdgrp01/pwdgrp01.doc
new file mode 100644
index 0000000000..eaba717769
--- /dev/null
+++ b/testsuites/libtests/pwdgrp01/pwdgrp01.doc
@@ -0,0 +1,19 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: pwdgrp01
+
+directives:
+
+ - _libcsupport_pwdgrp_init
+ - getpwnam_r
+ - getpwuid_r
+ - getgrnam_r
+ - getgrgid_r
+
+concepts:
+
+ - Ensure that _libcsupport_pwdgrp_init() doesn't overwrite existing files.
+ - Ensure that getpwnam_r() and getpwuid_r() return the values specified by
+ custom /etc/passwd.
+ - Ensure that getgrnam_r() and getgrgid_r() return the values specified by
+ custom /etc/group.