xref: /freebsd/bin/sh/tests/builtins/jobid1.0 (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1# $FreeBSD$
2# Non-standard builtin.
3
4: &
5p1=$!
6p2=$(jobid)
7[ "${p1:?}" = "${p2:?}" ]
8