xref
: /
freebsd
/
bin
/
sh
/
tests
/
execution
/
fork3.0
(revision e7ab133648a168c4bf7c11da840663c5581771d8)
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