xref
: /
freebsd
/
bin
/
sh
/
tests
/
execution
/
fork3.0
(revision f126d349810fdb512c0b01e101342d430b947488)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
result=$(${SH} -c 'f() { ps -p $$ -o comm=; }; f')
4
test "$result" = "ps"
5