container: root: test: unit: utility: add exit function no-op case

This commit is contained in:
2026-02-13 16:08:57 -08:00
parent 8a1d06be63
commit 46ae400773

View File

@@ -341,6 +341,12 @@ TEST_F(CommonFree, exec)
ASSERT_EQ(common::exec("pwd"), 0);
}
TEST_F(CommonFree, exit)
{
// NOTE: no-op (or else entire framework exits).
// Execution is covered in functional tests (gitea workflow).
}
TEST_F(CommonFree, make_timestamp)
{
ASSERT_EQ(common::make_timestamp().size(), 20);