1job_pipe -1 -1, maxjobs 1, tokens 1, compat 0
2Job_TokenWithdraw(<pid>): aborting 0, running 0
3(<pid>) withdrew token
4echo ": expanded expression"
5{ : expanded expression
6} || exit $?
7echo ":  variable"
8{ :  variable
9} || exit $?
10echo ": 'single' and \"double\" quotes"
11{ : 'single' and "double" quotes
12} || exit $?
13{ sleep 1
14} || exit $?
15Running all
16	Command: <shell>
17JobExec(all): pid <pid> added to jobs table
18job table @ job started
19job 0, status 3, flags ---, pid <pid>
20: expanded expression
21:  variable
22: 'single' and "double" quotes
23Process <pid> exited/stopped status 0.
24JobFinish: <pid> [all], status 0
25Job_TokenWithdraw(<pid>): aborting 0, running 0
26(<pid>) withdrew token
27exit status 0
28