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

Commit 5350f611 authored by Bruce Chen's avatar Bruce Chen Committed by Gerrit Code Review
Browse files

Merge "Explicitly require root privs for resolv_unit_test"

parents 2e2446c2 609db9d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -193,6 +193,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",