Searched refs:exout (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_sh.sh37 exout="this is the output you are looking for"
50 echo "echo $exout" > thescript
52 atf_check -s exit:0 -o inline:"${exout}\n" -x sh /rump/thescript
71 echo "echo $exout > /rump/thefile" > thescript
75 atf_check -s exit:0 -o inline:"${exout}\n" cat /rump/thefile
79 atf_check -s exit:0 -o inline:"${exout}\n" -x sh thescript

Completed in 56 milliseconds