mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Fix return code for skipped align tests.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user