xref: /dflybsd-src/tools/regression/bin/sh/execution/fork3.0 (revision 2b3f93ea6d1f70880f3e87f3c2cbe0dc0bfc9332)
1# $FreeBSD: head/bin/sh/tests/execution/fork3.0 220978 2011-04-23 22:28:56Z jilles $
2
3result=$(${SH} -c 'f() { ps -p $$ -o comm=; }; f')
4test "$result" = "ps"
5