Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 171 Bytes

ASSERT_TRUE.sh.md

File metadata and controls

9 lines (7 loc) · 171 Bytes

ASSERT_TRUE

ASSERT_TRUE -- Asserts a command succeeds.

ASSERT_TRUE asserts the command succeeds (returns 0).

Usage

void ASSERT_TRUE(string arguments,...)