mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-03 13:47:04 +03:00
test: catch possible bug in GOTO resolving
This commit is contained in:
parent
77f89e9330
commit
9dae0e89b9
@ -1524,8 +1524,9 @@ KERNEL=="sda1", GOTO="TEST"
|
|||||||
KERNEL=="sda1", NAME="wrong"
|
KERNEL=="sda1", NAME="wrong"
|
||||||
KERNEL=="sda1", GOTO="BAD"
|
KERNEL=="sda1", GOTO="BAD"
|
||||||
KERNEL=="sda1", NAME="", LABEL="NO"
|
KERNEL=="sda1", NAME="", LABEL="NO"
|
||||||
KERNEL=="sda1", NAME="right", LABEL="TEST"
|
KERNEL=="sda1", NAME="right", LABEL="TEST", GOTO="end"
|
||||||
KERNEL=="sda1", LABEL="BAD"
|
KERNEL=="sda1", NAME="wrong2", LABEL="BAD"
|
||||||
|
LABEL="end"
|
||||||
EOF
|
EOF
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user