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:
Stefan Kalkowski 2018-11-28 15:42:37 +01:00 committed by Christian Helmuth
parent fa67ec52ae
commit 34480c9269
1 changed files with 1 additions and 1 deletions

View File

@ -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