Home
last modified time | relevance | path

Searched refs:cmd_help_wrong (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/cvd/unittests/server/
Dhelp_test.cpp100 auto cmd_help_wrong = CmdRunner::Run("cvd help not_exist", envs); in TEST() local
103 EXPECT_TRUE(cmd_help_wrong.Success()) << cmd_help_wrong.Stderr(); in TEST()
104 EXPECT_EQ(cmd_help_ref.Stdout(), cmd_help_wrong.Stdout()); in TEST()