aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/jobid2.0
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/sh/tests/builtins/jobid2.0')
-rw-r--r--shell_cmds/sh/tests/builtins/jobid2.09
1 files changed, 9 insertions, 0 deletions
diff --git a/shell_cmds/sh/tests/builtins/jobid2.0 b/shell_cmds/sh/tests/builtins/jobid2.0
new file mode 100644
index 0000000..4aca7d5
--- /dev/null
+++ b/shell_cmds/sh/tests/builtins/jobid2.0
@@ -0,0 +1,9 @@
+# $FreeBSD: head/bin/sh/tests/builtins/jobid2.0 254413 2013-08-16 13:56:43Z jilles $
+
+: &
+p1=$(jobid)
+p2=$(jobid --)
+p3=$(jobid %+)
+p4=$(jobid -- %+)
+[ "${p1:?}" = "${p2:?}" ] && [ "${p2:?}" = "${p3:?}" ] &&
+[ "${p3:?}" = "${p4:?}" ] && [ "${p4:?}" = "${p1:?}" ]