fish-shell/tests/jobs.in
Aaron Gyes 2cabcf4ad4 bg had also had wrong exit code for some errors
Stop printing usage information when error isn't a usage problem.
Add simple test for bg and fg
2016-06-18 08:26:07 -07:00

5 lines
37 B
Plaintext

sleep 1 &
sleep 1 &
jobs -c
bg 3
fg 3