Newer
Older
ubixos / bin / sh / tests / execution / fork1.0
@Charlie Root Charlie Root on 16 Jan 2018 283 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/execution/fork1.0 218850 2011-02-19 13:22:18Z jilles $

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