Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dpty.sh39 bintrue=$(whence -p true)
43 bintrue=$(whence -p true)
77 if ! pty $bintrue < /dev/null
78 then err_exit pty command hangs on $bintrue -- tests skipped
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
H A Dcoprocess.sh40 bintrue=$(whence -p true)
334 z="$( $bintrue $($bintrue) )"