Lines Matching refs:test_string
39 static char test_string[] = "this is a test string"; variable
74 ATF_REQUIRE_EQ_MSG(0, sbuf_cat(sb, test_string), in ATF_TC_BODY()
80 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY()
101 ATF_REQUIRE_EQ_MSG(0, sbuf_cat(sb, test_string), in ATF_TC_BODY()
105 ATF_CHECK_EQ(strlen(test_string), cnt); in ATF_TC_BODY()
108 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY()
119 asprintf(&test_string_tmp, "%s%c" MESSAGE_FORMAT, test_string, in ATF_TC_BODY()
120 MESSAGE_SEPARATOR, test_string); in ATF_TC_BODY()
127 ATF_REQUIRE_MSG(sbuf_cat(sb, test_string) == 0, "sbuf_cat failed"); in ATF_TC_BODY()
131 ATF_REQUIRE_MSG(sbuf_printf(sb, MESSAGE_FORMAT, test_string) == 0, in ATF_TC_BODY()
156 ATF_REQUIRE_MSG(sbuf_cat(sb, test_string) == 0, "sbuf_cat failed"); in ATF_TC_BODY()
164 atf_utils_wait(child_proc, 0, test_string, ""); in ATF_TC_BODY()
179 asprintf(&test_string_tmp, "%s%c" MESSAGE_FORMAT, test_string, in ATF_TC_BODY()
180 MESSAGE_SEPARATOR, test_string); in ATF_TC_BODY()
187 ATF_REQUIRE_MSG(sbuf_cat(sb, test_string) == 0, "sbuf_cat failed"); in ATF_TC_BODY()
191 rc = sbuf_vprintf_helper(sb, MESSAGE_FORMAT, test_string); in ATF_TC_BODY()