aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/fork3.0
blob: 3cb678c2d08a4d787a0a509fba910095a8f0666e (plain) (blame)
1
2
3
4
# $FreeBSD$

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