test: check symlinks under /dev/mapper by default as well

This commit is contained in:
Frantisek Sumsal 2021-09-18 19:02:10 +02:00
parent de11005c1a
commit 677acd2101

View file

@ -11,7 +11,7 @@ helper_check_device_symlinks() {(
local dev link path paths target
[[ $# -gt 0 ]] && paths=("$@") || paths=("/dev/disk")
[[ $# -gt 0 ]] && paths=("$@") || paths=("/dev/disk" "/dev/mapper")
# Check if all given paths are valid
for path in "${paths[@]}"; do