mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +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", GOTO="BAD"
|
||||
KERNEL=="sda1", NAME="", LABEL="NO"
|
||||
KERNEL=="sda1", NAME="right", LABEL="TEST"
|
||||
KERNEL=="sda1", LABEL="BAD"
|
||||
KERNEL=="sda1", NAME="right", LABEL="TEST", GOTO="end"
|
||||
KERNEL=="sda1", NAME="wrong2", LABEL="BAD"
|
||||
LABEL="end"
|
||||
EOF
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user