build "core init test/libc_getenv" create_boot_directory install_config { } build_boot_image { core init test-libc_getenv ld.lib.so libc.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 -\> test-libc_getenv\]} compare_output_to { [init -> test-libc_getenv] foo="bar" [init -> test-libc_getenv] bar="foo" [init -> test-libc_getenv] baz="(null)" }