mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 09:22:47 +08:00
Correct the job_ids test on the Mac
The Mac doesn't provide CPU percentages so the column is omitted, causing the test to fail. Use a regex to cover both cases.
This commit is contained in:
parent
b691d3130e
commit
9a11c03097
|
@ -24,7 +24,7 @@ set -g tokill $tokill $last_pid
|
|||
|
||||
jobs
|
||||
|
||||
#CHECK: Job Group CPU State Command
|
||||
#CHECK: Job Group{{.*}}
|
||||
#CHECK: 3{{.*\t}}sleep 300 &
|
||||
#CHECK: 2{{.*\t}}sleep 200 &
|
||||
#CHECK: 1{{.*\t}}sleep 100 &
|
||||
|
|
Loading…
Reference in New Issue
Block a user