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

/ast/src/cmd/ksh93/tests/
H A Dpty.sh39 bintrue=$(whence -p true)
43 bintrue=$(whence -p true)
46 eval $'set -o vi\npty $bintrue'
77 if ! pty $bintrue < /dev/null
78 then err_exit pty command hangs on $bintrue -- tests skipped
H A Dcoprocess.sh40 bintrue=$(whence -p true)
334 z="$( $bintrue $($bintrue) )"
H A Dbasic.sh469 bintrue=$(whence -p true)
475 done | { read; $bintrue; end=$SECONDS ;}
478 (( (SECONDS-end) > 2 )) && err_exit "pipefail causing $bintrue to wait for other end of pipe"
483 if [[ $bintrue ]]
485 { time sleep 1.5 | $bintrue ;} 2> /dev/null

Completed in 8 milliseconds