1
1
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:
Kay Sievers 2009-09-06 16:55:00 +02:00
parent 77f89e9330
commit 9dae0e89b9

View File

@ -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
},
{