fish-shell/tests/jobs.in
Kurtis Rader 2f0cb2a32b remove the tests/*.status files
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
2016-07-06 21:37:29 -07:00

6 lines
48 B
Fish

sleep 1 &
sleep 1 &
jobs -c
bg 3
fg 3
or exit 0