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