Lines Matching refs:hello
141 print hello
147 [[ $( $SHELL ./script) == $'hello\nworld' ]] || err_exit 'closing 3 & 4 causes script to fail'
207 if [[ $newio && $(print hello | while read -u$n; do print $REPLY; done {n}<&0) != hello ]]
211 hello
292 hello world
293 EOF) == 'hello world' ]] || err_exit 'invalid readahead on stdin'
296 print hello > $tmp/1
298 then [[ $(<$tmp/1) == hello ]] || err_exit '>; not preserving file on failure'
300 if ! $SHELL -c "sed -e 's/hello/hello world/' $tmp/1" >; $tmp/1 2> /dev/null
301 then [[ $(<$tmp/1) == 'hello world' ]] || err_exit '>; not updating file on success'
306 print $'hello\nworld' > $tmp/1
308 then [[ $(<$tmp/1) == $'hello\nworld' ]] || err_exit '<>; not preserving file on failure'
311 then [[ $(<$tmp/1) == hello ]] || err_exit '<>; not truncating file on success of head'
313 print $'hello\nworld' > $tmp/1
432 print 'hello world' > $file