Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 609db9d8 authored by chenbruce's avatar chenbruce
Browse files

Explicitly require root privs for resolv_unit_test

Bug: 134891412
Test: atest
Change-Id: I0f1844cbd2c247856ee09d553751208b1a1679ca
parent a025619d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -183,6 +183,8 @@ cc_test {
cc_test {
    name: "resolv_unit_test",
    test_suites: ["device-tests"],
    require_root: true,
    //TODO:  drop root privileges and make it be an real unit test.
    defaults: ["netd_defaults"],
    srcs: [
        "dns_tls_test.cpp",