about summary refs log tree commit diff
path: root/Test/W02jobs.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2022-03-03 19:07:53 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2022-03-03 19:07:53 +0000
commit2be2efc122b70a84a9debeaf0a11b99e11df3758 (patch)
tree2412beb0675084df5364ebab79013c4335b4d218 /Test/W02jobs.ztst
parentcb8edf5bd99dbd5299a9a5ebaa24d0cd1c2fd25f (diff)
downloadzsh-2be2efc122b70a84a9debeaf0a11b99e11df3758.tar.gz
zsh-2be2efc122b70a84a9debeaf0a11b99e11df3758.tar.xz
zsh-2be2efc122b70a84a9debeaf0a11b99e11df3758.zip
49787: test for jobs fix in 49783
Diffstat (limited to 'Test/W02jobs.ztst')
-rw-r--r--Test/W02jobs.ztst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/W02jobs.ztst b/Test/W02jobs.ztst
index b09f2ac62..d52888dd9 100644
--- a/Test/W02jobs.ztst
+++ b/Test/W02jobs.ztst
@@ -144,12 +144,14 @@
   zpty_start
   zpty_input 'sleep 3 &'
   zpty_input 'jobs -r'
+  zpty_input '(jobs -r)'
   zpty_input 'print -- -'
   zpty_input 'jobs -s'
   zpty_stop
 0:`jobs -r` and `jobs -s` with running job
 *>\[1] [0-9]##
 *>\[1]  + running*sleep*
+*>\[1]  + running*sleep*
 *>-
 *>zsh:*SIGHUPed*