mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
9070ed8039
On macOS, the tests would often fail because calls to `pkill` would "leak" across tests: kill processes run by other tests. This is because on macOS, the -P argument to pkill must come before the process name. On Linux it doesn't matter. This improves test reliability on Mac. |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test.fish | ||
test_driver.sh | ||
test_util.fish |