diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2003-12-16 23:36:19 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:08 -0700 |
commit | d94df232423870641132b307d74281f692219730 (patch) | |
tree | 8706b9c988b67daee930052e0855ca613735c104 /test/label_test | |
parent | 600ee7f73e5381764803725e68a0f953bd2f46fd (diff) |
[PATCH] don't rely on field order in namedev_parse
o change the parsing to get a key from the rule and sort it
into our list of known keys instead of expecting a special order
o the key to match a sysfs file must be prependend by 'SYSFS_' now
to match with the new parsing.
(The config must be changed, but it's a bit more descriptive too.)
o put names of fields in define's, like the name of the methods
o update all tests and the man page
Diffstat (limited to 'test/label_test')
-rw-r--r-- | test/label_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/label_test b/test/label_test index fb3fa2359f..09ccab366e 100644 --- a/test/label_test +++ b/test/label_test @@ -8,7 +8,7 @@ export SYSFS_PATH=$PWD/sys/ export UDEV_CONFIG_FILE=$PWD/$CONFIG cat > $RULES << EOF -LABEL, BUS="scsi", vendor="IBM-ESXS", NAME="boot_disk%n" +LABEL, BUS="scsi", SYSFS_vendor="IBM-ESXS", NAME="boot_disk%n" EOF cat > $CONFIG << EOF |