mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 14:32:46 +08:00
Fix the job_summary pexpect test on Mac
Macs don't have a CPU column in jobs.
This commit is contained in:
parent
a0b46e6204
commit
d3f8445bcb
|
@ -32,7 +32,7 @@ expect_prompt()
|
|||
sendline("false; sleep 10 &; true")
|
||||
expect_prompt()
|
||||
sendline("jobs")
|
||||
expect_re("Job.*Group.*CPU.*State.*Command")
|
||||
expect_re("Job.*Group.*(CPU)?.*State.*Command")
|
||||
expect_re("running.*sleep 10 &")
|
||||
expect_prompt()
|
||||
sendline("kill -TERM $last_pid")
|
||||
|
|
Loading…
Reference in New Issue
Block a user