Back to home page

LXR

 
 

    


Warning, /testsuites/psxtests/psxpasswd01/psxpasswd01.scn is written in an unsupported language. File is not indexed.

0001 *** BEGIN OF TEST PSXPASSWD 1 ***
0002 Init - getpwent() -- OK, result should be NULL
0003 Init - getgrent() -- OK, result should be NULL
0004 Init - setpwent() -- OK
0005 Init - setgrent() -- OK
0006 Init - getpwent() (1) -- OK
0007   username: root
0008   user password: 
0009   user ID: 0
0010   group ID: 0
0011   real name: 
0012   home directory: 
0013   shell program: 
0014 Init - getpwent() (2) -- result should be NULL
0015 Init - getgrent() (1) -- OK
0016   group name: root
0017   group  password: 
0018   group  ID: 0
0019 Init - getgrent() (2) -- result should be NULL
0020 Init - getpwnam("root") -- OK
0021   username: root
0022   user password: 
0023   user ID: 0
0024   group ID: 0
0025   real name: 
0026   home directory: 
0027   shell program: 
0028 Init - getpwnam("suser") -- result should be NULL
0029 Init - getpwuid(0) -- OK
0030   username: root
0031   user password: 
0032   user ID: 0
0033   group ID: 0
0034   real name: 
0035   home directory: 
0036   shell program: 
0037 Init - getpwuid(4) -- result should be NULL
0038 Init - getgrnam("root") -- OK
0039   group name: root
0040   group  password: 
0041   group  ID: 0
0042 Init - getgrgid(0) -- OK
0043   group name: root
0044   group  password: 
0045   group  ID: 0
0046 Init - getgrgid(4) -- result should be NULL
0047 Init - endpwent() -- OK
0048 Init - endgrent() -- OK
0049 *** END OF TEST PSXPASSWD 1 ***