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

Commit 56dac45e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Run the console test with /dev/null" am: fd983825

parents 9b2d8d21 fd983825
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