summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/execution/fork1.0
blob: 2eeac79ae8c3fced2e343d663d9b2e0ee5bc94c7 (plain)
1
2
3
4
5
6
7
8
9
10
# $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
OpenPOWER on IntegriCloud