Home
last modified time | relevance | path

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

/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dbuiltins.sh501 typeset -F3 start_x=SECONDS total_t delay=0.02
507 (( total_t = SECONDS - start_x ))
508 if (( total_t > leeway * reps * delay ))
509 then err_exit "read -t in pipe taking $total_t secs - $(( reps * delay )) minimum - too long"
510 elif (( total_t < reps * delay ))
511 then err_exit "read -t in pipe taking $total_t secs - $(( reps * delay )) minimum - too fast"