summary refs log tree commit diff
path: root/bin/1sh/tests/execution/fork3.0
blob: 101a16c689b6f77ec7eff32c1a2cb6809b8d3b8c (plain) (blame)
1
2
3
4
# $FreeBSD: releng/12.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"