mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
add tests for #5824
This commit is contained in:
parent
d0735882a3
commit
4ddfd73079
@ -13,3 +13,10 @@ jobs -c
|
||||
disown foo
|
||||
disown (jobs -p)
|
||||
or exit 0
|
||||
|
||||
# https://github.com/fish-shell/fish-shell/issues/5824
|
||||
function foo
|
||||
sleep 1 &
|
||||
jobs -c
|
||||
end
|
||||
foo
|
||||
|
@ -6,3 +6,5 @@ sleep
|
||||
Command
|
||||
sleep
|
||||
sleep
|
||||
Command
|
||||
sleep
|
||||
|
Loading…
x
Reference in New Issue
Block a user