if {[have_spec linux] || [have_spec pistachio]} { puts "Platform does not support managed dataspaces"; exit } build "core init test/rm_fault" create_boot_directory install_config { } build_boot_image "core init test-rmfault" append qemu_args "-nographic -m 64" run_genode_until {child exited with exit value 0.*} 10 puts "Test succeeded"