summaryrefslogblamecommitdiffstats
path: root/testsuites/libtests/pwdgrp01/pwdgrp01.doc
blob: 36b81d180be850de564dec711afa359e02729263 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                        
             







                                                                            
                                                                              
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
  - getgroups

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.
  - Ensure that getgroups() returns the values specified by custom /etc/group.