0	osh	fg twice should not result in fatal error (issue 1004)


	0	osh-cpp	fg twice should not result in fatal error (issue 1004)


	0	bash	fg twice should not result in fatal error (issue 1004)


	0	dash	fg twice should not result in fatal error (issue 1004)


	1	osh	Call fg twice after process exits (issue 721)


	1	osh-cpp	Call fg twice after process exits (issue 721)


	1	bash	Call fg twice after process exits (issue 721)


	1	dash	Call fg twice after process exits (issue 721)


	2	osh	sleep 10 then Ctrl-Z then wait should not hang (issue 1005)


	2	osh-cpp	sleep 10 then Ctrl-Z then wait should not hang (issue 1005)


	2	bash	sleep 10 then Ctrl-Z then wait should not hang (issue 1005)


	2	dash	sleep 10 then Ctrl-Z then wait should not hang (issue 1005)


	3	osh	sleep 10 then Ctrl-Z then wait -n should not hang


	3	osh-cpp	sleep 10 then Ctrl-Z then wait -n should not hang


	3	bash	sleep 10 then Ctrl-Z then wait -n should not hang


SKIP	3	dash	sleep 10 then Ctrl-Z then wait -n should not hang


	4	osh	ESRCH bug - pipeline with builtin


	4	osh-cpp	ESRCH bug - pipeline with builtin


	4	bash	ESRCH bug - pipeline with builtin


	4	dash	ESRCH bug - pipeline with builtin


	5	osh	Resuming a stopped process


	5	osh-cpp	Resuming a stopped process


	5	bash	Resuming a stopped process


	5	dash	Resuming a stopped process


N-I	6	osh	Suspend and resume a pipeline (issue 1087)


N-I	6	osh-cpp	Suspend and resume a pipeline (issue 1087)


	6	bash	Suspend and resume a pipeline (issue 1087)


	6	dash	Suspend and resume a pipeline (issue 1087)


	7	osh	Suspend and resume a process several times


	7	osh-cpp	Suspend and resume a process several times


	7	bash	Suspend and resume a process several times


	7	dash	Suspend and resume a process several times


	8	osh	Ctrl-Z and then look at $?


	8	osh-cpp	Ctrl-Z and then look at $?


	8	bash	Ctrl-Z and then look at $?


	8	dash	Ctrl-Z and then look at $?


	9	osh	A background job getting stopped (e.g. by SIGTTIN) or exiting should not disrupt foreground processes


	9	osh-cpp	A background job getting stopped (e.g. by SIGTTIN) or exiting should not disrupt foreground processes


	9	bash	A background job getting stopped (e.g. by SIGTTIN) or exiting should not disrupt foreground processes


	9	dash	A background job getting stopped (e.g. by SIGTTIN) or exiting should not disrupt foreground processes


	10	osh	Resume the special jobs: %- and %+


	10	osh-cpp	Resume the special jobs: %- and %+


	10	bash	Resume the special jobs: %- and %+


	10	dash	Resume the special jobs: %- and %+


	11	osh	Resume jobs with integral job specs using `fg` builtin


	11	osh-cpp	Resume jobs with integral job specs using `fg` builtin


	11	bash	Resume jobs with integral job specs using `fg` builtin


SKIP	11	dash	Resume jobs with integral job specs using `fg` builtin


	12	osh	Wait using a job spec


	12	osh-cpp	Wait using a job spec


	12	bash	Wait using a job spec


	12	dash	Wait using a job spec