mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Fix the job_summary pexpect test on Mac
Macs don't have a CPU column in jobs.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user