| Current Path : /usr/tests/bin/sh/execution/ |
| Current File : //usr/tests/bin/sh/execution/fork1.0 |
# $FreeBSD$
shname=${SH%% *}
shname=${shname##*/}
result=$(${SH} -c 'ps -p $$ -o comm=')
test "$result" = "ps" || exit 1
result=$(${SH} -c 'ps -p $$ -o comm=; :')
test "$result" = "$shname" || exit 1