dracutdevs / dracut

dracut the event driven initramfs infrastructure
https://github.com/dracutdevs/dracut/wiki
GNU General Public License v2.0
598 stars 397 forks source link

fix(test): use bash for jobs -r parameter #2496

Closed bdrung closed 1 year ago

bdrung commented 1 year ago

Changes

Test 20 - "NFSv3 root=dhcp DHCP IP:path" fails on Debian with following error message in server.log:

jobs -rp
/sbin/init: 105: jobs: Illegal option -r

The jobs parameter -r requires bash.

Checklist

Partially fixes #1901

bdrung commented 1 year ago

Enhanced the commit to also cover TEST-50-MULTINIC which uses jobs -rp as well.