Searched refs:exout (Results 1 – 1 of 1) sorted by relevance
37 exout="this is the output you are looking for"50 echo "echo $exout" > thescript52 atf_check -s exit:0 -o inline:"${exout}\n" -x sh /rump/thescript71 echo "echo $exout > /rump/thefile" > thescript75 atf_check -s exit:0 -o inline:"${exout}\n" cat /rump/thefile79 atf_check -s exit:0 -o inline:"${exout}\n" -x sh thescript