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

Commit fd983825 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Run the console test with /dev/null"

parents ce318e88 ae412804
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -194,13 +194,10 @@ service A something
}

TEST(init, StartConsole) {
    if (access("/dev/console", F_OK) < 0) {
        GTEST_SKIP() << "/dev/console not found";
    }
    std::string init_script = R"init(
service console /system/bin/sh
    class core
    console console
    console null
    disabled
    user root
    group root shell log readproc