Searched refs:real_output (Results 1 – 4 of 4) sorted by relevance
168 struct sbuf *real_output; in run_pfctl_test() local178 run_command_pipe(argv, &real_output); in run_pfctl_test()186 ATF_CHECK_MATCH(sbuf_data(expected_output), sbuf_data(real_output)); in run_pfctl_test()189 ATF_CHECK_STREQ(sbuf_data(expected_output), sbuf_data(real_output)); in run_pfctl_test()193 sbuf_delete(real_output); in run_pfctl_test()
165 typeset real_output=$(zpool status -x $pool)167 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