mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 06:41:14 -03: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:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user