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