diff --git a/tests/checks/disown.fish b/tests/checks/disown.fish index ff88c3ec5..1205d8e0e 100644 --- a/tests/checks/disown.fish +++ b/tests/checks/disown.fish @@ -14,7 +14,7 @@ status job-control full sleep 1 & set -l pid (jobs -lp) kill -SIGSTOP $pid -while not jobs | grep -q stopped +while jobs -l | grep -q running sleep .01 end disown