mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
[PATCH] fix test for temporary nodes
This commit is contained in:
parent
6a24dc7477
commit
fd42f6a170
@ -1066,9 +1066,9 @@ EOF
|
||||
desc => "temporary node creation test",
|
||||
subsys => "block",
|
||||
devpath => "/block/sda",
|
||||
exp_name => "sda",
|
||||
exp_name => "node",
|
||||
conf => <<EOF
|
||||
BUS="scsi", KERNEL="sda", PROGRAM="/usr/bin/test ! -b %N" NAME="%N"
|
||||
BUS="scsi", KERNEL="sda", PROGRAM="/usr/bin/test -b %N" NAME="node"
|
||||
EOF
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user