]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/execution/fork3.0
Add compiler-rt's libFuzzer, not connected to buildworld yet.
[FreeBSD/FreeBSD.git] / bin / sh / tests / execution / fork3.0
1 # $FreeBSD$
2
3 result=$(${SH} -c 'f() { ps -p $$ -o comm=; }; f')
4 test "$result" = "ps"