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)
(cherry picked from commit bd32bbebd5)
This commit is contained in:
Nick Rosbrook 2022-11-22 12:43:51 -05:00 committed by Luca Boccassi
parent 02332752b3
commit 24a8928a26

View File

@ -204,6 +204,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"