Newer
Older
UbixOS / bin / sh / tests / execution / fork3.0
@Charlie Root Charlie Root on 16 Jan 2018 166 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/execution/fork3.0 220978 2011-04-23 22:28:56Z jilles $

result=$(${SH} -c 'f() { ps -p $$ -o comm=; }; f')
test "$result" = "ps"