1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 08:55:18 +03:00

test: make sure mount point exists in testsuite-64.sh

(cherry picked from commit 84e5b9225d)
(cherry picked from commit 07e4787106)
This commit is contained in:
Nick Rosbrook 2022-11-22 12:43:51 -05:00 committed by Luca Boccassi
parent eee571f159
commit bd32bbebd5

View File

@ -97,6 +97,7 @@ EOF
echo "${FUNCNAME[0]}: test failover"
local device expected link mpoint part
local -a devices
mkdir -p /mnt
mpoint="$(mktemp -d /mnt/mpathXXX)"
wwid="deaddeadbeef0000"
path="/dev/disk/by-id/wwn-0x$wwid"