mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
test-rm_fault: use ld.lib.so to test read-only mem
Due to the changing environment this test is executed (like depot_autopilot) the binary test-rm_fault used to check ROM dataspace's read-only property does not suit anymore. This commit changes the binary to ld.lib.so that is normally still provided as a ROM dataspace. Ref #3027
This commit is contained in:
parent
fa67ec52ae
commit
34480c9269
@ -245,7 +245,7 @@ struct Main_parent
|
||||
Heap _heap { _env.ram(), _env.rm() };
|
||||
|
||||
Attached_rom_dataspace _config { _env, "config" };
|
||||
Rom_connection _binary { _env, "test-rm_fault" };
|
||||
Rom_connection _binary { _env, "ld.lib.so" };
|
||||
|
||||
/* parent services */
|
||||
struct Parent_services : Test_child_policy::Parent_services
|
||||
|
Loading…
x
Reference in New Issue
Block a user