build "core init drivers/timer test/libc_getenv" create_boot_directory install_config { } build_boot_image { core init timer test-libc_getenv ld.lib.so libc.lib.so libm.lib.so } append qemu_args " -nographic -m 64 " run_genode_until "child .* exited with exit value 0.*\n" 10 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)" }