]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/jobid1.0
shell_cmds-207.100.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / jobid1.0
1 # $FreeBSD: head/bin/sh/tests/builtins/jobid1.0 254412 2013-08-16 13:48:11Z jilles $
2 # Non-standard builtin.
3
4 : &
5 p1=$!
6 p2=$(jobid)
7 [ "${p1:?}" = "${p2:?}" ]