build "core init app/sequence server/vfs test/libc_getpwent" create_boot_directory install_config { } build_boot_image { core init vfs sequence test-libc_getpwent ld.lib.so libc.lib.so vfs.lib.so libm.lib.so posix.lib.so } append qemu_args " -nographic " run_genode_until "child .* exited with exit value 0.*\n" 20 grep_output {\[init -\> fs -\> log\] } compare_output_to { [init -> fs -> log] [getpwent] user:root uid:0 home:/ [init -> fs -> log] [getpwent] NULL [init -> fs -> log] [getpwent] NULL [init -> fs -> log] [getpwent_r] user:root uid:0 home:/ [init -> fs -> log] [getpwent_r] NULL [init -> fs -> log] [getpwent_r] NULL [init -> fs -> log] [getpwnam root] user:root uid:0 home:/ [init -> fs -> log] [getpwnam alice] NULL [init -> fs -> log] [getpwnam bob] NULL [init -> fs -> log] [getpwnam_r root] user:root uid:0 home:/ [init -> fs -> log] [getpwnam_r alice] NULL [init -> fs -> log] [getpwnam_r bob] NULL [init -> fs -> log] [getpwuid 0] user:root uid:0 home:/ [init -> fs -> log] [getpwuid 1] NULL [init -> fs -> log] [getpwuid 2] NULL [init -> fs -> log] [getpwuid_r 0] user:root uid:0 home:/ [init -> fs -> log] [getpwuid_r 1] NULL [init -> fs -> log] [getpwuid_r 2] NULL [init -> fs -> log] [getpwent] user:alice uid:1 home:/home/alice [init -> fs -> log] [getpwent] NULL [init -> fs -> log] [getpwent] NULL [init -> fs -> log] [getpwent_r] user:alice uid:1 home:/home/alice [init -> fs -> log] [getpwent_r] NULL [init -> fs -> log] [getpwent_r] NULL [init -> fs -> log] [getpwnam root] NULL [init -> fs -> log] [getpwnam alice] user:alice uid:1 home:/home/alice [init -> fs -> log] [getpwnam bob] NULL [init -> fs -> log] [getpwnam_r root] NULL [init -> fs -> log] [getpwnam_r alice] user:alice uid:1 home:/home/alice [init -> fs -> log] [getpwnam_r bob] NULL [init -> fs -> log] [getpwuid 0] NULL [init -> fs -> log] [getpwuid 1] user:alice uid:1 home:/home/alice [init -> fs -> log] [getpwuid 2] NULL [init -> fs -> log] [getpwuid_r 0] NULL [init -> fs -> log] [getpwuid_r 1] user:alice uid:1 home:/home/alice [init -> fs -> log] [getpwuid_r 2] NULL [init -> fs -> log] [getpwent] user:bob uid:2 home:/root [init -> fs -> log] [getpwent] NULL [init -> fs -> log] [getpwent] NULL [init -> fs -> log] [getpwent_r] user:bob uid:2 home:/root [init -> fs -> log] [getpwent_r] NULL [init -> fs -> log] [getpwent_r] NULL [init -> fs -> log] [getpwnam root] NULL [init -> fs -> log] [getpwnam alice] NULL [init -> fs -> log] [getpwnam bob] user:bob uid:2 home:/root [init -> fs -> log] [getpwnam_r root] NULL [init -> fs -> log] [getpwnam_r alice] NULL [init -> fs -> log] [getpwnam_r bob] user:bob uid:2 home:/root [init -> fs -> log] [getpwuid 0] NULL [init -> fs -> log] [getpwuid 1] NULL [init -> fs -> log] [getpwuid 2] user:bob uid:2 home:/root [init -> fs -> log] [getpwuid_r 0] NULL [init -> fs -> log] [getpwuid_r 1] NULL [init -> fs -> log] [getpwuid_r 2] user:bob uid:2 home:/root }