1*3e3895bfSKrzysztof Piecuch# $FreeBSD: head/bin/sh/tests/execution/fork3.0 220978 2011-04-23 22:28:56Z jilles $ 22b23d27fSPeter Avalos 32b23d27fSPeter Avalosresult=$(${SH} -c 'f() { ps -p $$ -o comm=; }; f') 42b23d27fSPeter Avalostest "$result" = "ps" 5