Lines Matching refs:test_string
40 static char test_string[] = "this is a test string"; variable
75 ATF_REQUIRE_EQ_MSG(0, sbuf_cat(sb, test_string), in ATF_TC_BODY()
81 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY()
102 ATF_REQUIRE_EQ_MSG(0, sbuf_cat(sb, test_string), in ATF_TC_BODY()
106 ATF_CHECK_EQ(strlen(test_string), cnt); in ATF_TC_BODY()
109 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY()
121 test_string, MESSAGE_SEPARATOR, test_string); in ATF_TC_BODY()
128 ATF_REQUIRE_MSG(sbuf_cat(sb, test_string) == 0, "sbuf_cat failed"); in ATF_TC_BODY()
132 ATF_REQUIRE_MSG(sbuf_printf(sb, MESSAGE_FORMAT, test_string) == 0, in ATF_TC_BODY()
157 ATF_REQUIRE_MSG(sbuf_cat(sb, test_string) == 0, "sbuf_cat failed"); in ATF_TC_BODY()
165 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY()
181 test_string, MESSAGE_SEPARATOR, test_string); in ATF_TC_BODY()
188 ATF_REQUIRE_MSG(sbuf_cat(sb, test_string) == 0, "sbuf_cat failed"); in ATF_TC_BODY()
192 rc = sbuf_vprintf_helper(sb, MESSAGE_FORMAT, test_string); in ATF_TC_BODY()