Lines Matching refs:test_string
42 static char test_string[] = "this is a test string"; variable
77 ATF_REQUIRE_EQ_MSG(0, sbuf_cat(sb, test_string), in ATF_TC_BODY()
83 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY()
104 ATF_REQUIRE_EQ_MSG(0, sbuf_cat(sb, test_string), in ATF_TC_BODY()
108 ATF_CHECK_EQ(strlen(test_string), cnt); in ATF_TC_BODY()
111 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY()
123 test_string, MESSAGE_SEPARATOR, test_string); in ATF_TC_BODY()
130 ATF_REQUIRE_MSG(sbuf_cat(sb, test_string) == 0, "sbuf_cat failed"); in ATF_TC_BODY()
134 ATF_REQUIRE_MSG(sbuf_printf(sb, MESSAGE_FORMAT, test_string) == 0, in ATF_TC_BODY()
159 ATF_REQUIRE_MSG(sbuf_cat(sb, test_string) == 0, "sbuf_cat failed"); in ATF_TC_BODY()
167 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY()
183 test_string, MESSAGE_SEPARATOR, test_string); in ATF_TC_BODY()
190 ATF_REQUIRE_MSG(sbuf_cat(sb, test_string) == 0, "sbuf_cat failed"); in ATF_TC_BODY()
194 rc = sbuf_vprintf_helper(sb, MESSAGE_FORMAT, test_string); in ATF_TC_BODY()