mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 02:57:14 +08:00
22 lines
584 B
Plaintext
22 lines
584 B
Plaintext
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.
|