summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/jobid1.0
blob: 8ba11c1eeedcce5d019101534f6627784c765691 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: head/bin/sh/tests/builtins/jobid1.0 254412 2013-08-16 13:48:11Z jilles $
# Non-standard builtin.

: &
p1=$!
p2=$(jobid)
[ "${p1:?}" = "${p2:?}" ]