Searched refs:real_output (Results 1 – 4 of 4) sorted by relevance
130 struct sbuf *real_output; in run_pfctl_test() local161 real_output = read_fd(pipefds[1], 0); in run_pfctl_test()162 printf("---\n%s---\n", sbuf_data(real_output)); in run_pfctl_test()165 "pfctl returned non-zero! Output:\n %s", sbuf_data(real_output)); in run_pfctl_test()167 ATF_CHECK_STREQ(sbuf_data(expected_output), sbuf_data(real_output)); in run_pfctl_test()169 sbuf_delete(real_output); in run_pfctl_test()
164 typeset real_output=$(zpool status -x $pool)166 if [[ "$real_output" == "$healthy_output" ]]; then
347 unsigned int i, real_output = 0;\363 real_output++;\367 if(real_output > 1){\
1770 typeset real_output=$($ZPOOL status -x $pool)1772 if [[ "$real_output" == "$healthy_output" ]]; then