summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/execution/fork3.0
blob: 008be7bf43c00b945fe8dd4e219d74bd25fb0854 (plain) (blame)
1
2
3
4
# $FreeBSD: head/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"