Lines Matching refs:tst
85 cat > tst <<'!'
88 # tst control script that calls tst-1, must be run by ksh
89 # tst-1 calls tst-2
90 # tst-2 calls tst-3
91 # tst-3 defaults or handles and discards/propagates SIGINT
99 # x trap, echo on SIGINT, and tst-3 exit 0, tst-2 exit, otherwise SIGINT default
100 # z trap, echo on SIGINT, and tst-3 exit 0, tst-2 exit 0, otherwise SIGINT default
102 # Usage: tst [-v] [-options] shell-to-test ...
156 $sh tst-1 $v$f $sh > tst.out &
158 echo $(cat tst.out)
167 cat > tst-1 <<'!'
190 *d*) tst-2 $1 $2; status=$? ;;
191 *) $2 -c "tst-2 $1 $2"; status=$? ;;
196 cat > tst-2 <<'!'
219 *d*) tst-3 $1 $2; status=$? ;;
220 *) $2 -c "tst-3 $1 $2"; status=$? ;;
224 cat > tst-3 <<'!'
246 chmod +x tst tst-?
265 tst $SHELL > tst.got
269 done < tst.got