mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 16:37:34 +00:00
2f0cb2a32b
The tests/*.status files aren't useful so eliminate them. Just verify whether a given test module exited with a success status. There isn't any point in having a "status" file that indicates the test module should exit with a success (zero) status. Closes #3208 Closes #3209
6 lines
48 B
Fish
6 lines
48 B
Fish
sleep 1 &
|
|
sleep 1 &
|
|
jobs -c
|
|
bg 3
|
|
fg 3
|
|
or exit 0
|