xref: /freebsd/bin/sh/tests/execution/fork3.0 (revision 2cef62886dc7c33ca01f70ca712845da1e55b470)
1
2result=$(${SH} -c 'f() { ps -p $$ -o comm=; }; f')
3test "$result" = "ps"
4