]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
test: drop explicitly checking exit code
authorBenjamin Drung <benjamin.drung@canonical.com>
Wed, 26 Nov 2025 13:24:38 +0000 (14:24 +0100)
committerLaszlo <laszlo.gombos@gmail.com>
Wed, 26 Nov 2025 13:52:12 +0000 (08:52 -0500)
commit7eeea4ddfa1f30e829f6ea984005f23fd3d175ce
treee24b5a3f7a858ccc07e55fb81d962f1fec86fea8
parentf2d0e6386102428cede35d51922b4b275d9a2e64
test: drop explicitly checking exit code

The tests are run with `set -e`. So the test will exit in case of a
failure and `$?` will always be `0`. So drop the check for `$?`.
test/TEST-60-NFS/test.sh
test/TEST-70-ISCSI/test.sh
test/TEST-72-NBD/test.sh