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

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsubshell.sh140 '$TEST_unset; ($TEST_fork; print 1); print' \
143 '$TEST_unset; ($TEST_fork; print); print 1' \
146 '$TEST_unset; ($TEST_fork; print); print; ($TEST_fork; print 1); print' \
149 '$TEST_unset; ($TEST_fork; print 1); print; ($TEST_fork; print); print' \
152 '$TEST_unset; ($TEST_fork; print 1); print; ($TEST_fork; print 2); print' \
155 '$TEST_unset; ($TEST_fork; l=2; print "$l"); print $l' \
158 '$TEST_unset; ($TEST_fork;
[all...]

Completed in 57 milliseconds