mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03:00
test: make sure mount point exists in testsuite-64.sh
(cherry picked from commit84e5b9225d
) (cherry picked from commit07e4787106
)
This commit is contained in:
parent
eee571f159
commit
bd32bbebd5
@ -97,6 +97,7 @@ EOF
|
|||||||
echo "${FUNCNAME[0]}: test failover"
|
echo "${FUNCNAME[0]}: test failover"
|
||||||
local device expected link mpoint part
|
local device expected link mpoint part
|
||||||
local -a devices
|
local -a devices
|
||||||
|
mkdir -p /mnt
|
||||||
mpoint="$(mktemp -d /mnt/mpathXXX)"
|
mpoint="$(mktemp -d /mnt/mpathXXX)"
|
||||||
wwid="deaddeadbeef0000"
|
wwid="deaddeadbeef0000"
|
||||||
path="/dev/disk/by-id/wwn-0x$wwid"
|
path="/dev/disk/by-id/wwn-0x$wwid"
|
||||||
|
Loading…
Reference in New Issue
Block a user