Fix return code for skipped align tests.

This commit is contained in:
Milan Broz
2021-07-29 20:19:45 +02:00
parent 8c60cf8645
commit 089edb74b4
4 changed files with 5 additions and 6 deletions

View File

@@ -59,7 +59,6 @@ if [ $(id -u) != 0 ]; then
exit 77
fi
modprobe --dry-run scsi_debug || exit 77
modprobe dm-crypt >/dev/null 2>&1
if ! check_version ; then
echo "Probably old kernel, test skipped."