mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
Add tests for jobs -q
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
jobs -q; echo $status
|
||||
sleep 5 &
|
||||
sleep 5 &
|
||||
jobs -c
|
||||
jobs -q; echo $status
|
||||
bg -23 1 ^/dev/null
|
||||
or echo bg: invalid option -23 >&2
|
||||
fg 3
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
1
|
||||
Command
|
||||
sleep
|
||||
sleep
|
||||
0
|
||||
Command
|
||||
sleep
|
||||
sleep
|
||||
|
||||
Reference in New Issue
Block a user