diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-10-08 16:52:10 +0200 |
---|---|---|
committer | Chris Down <chris@chrisdown.name> | 2019-10-10 01:53:09 +0200 |
commit | 4f10b80786e8baa1399b6de6111d5b3a16bf99ba (patch) | |
tree | 5b252b5af99d44bfb1f3e606ab90c04280c11e24 /test/hwdb.d | |
parent | Rename udev's rules/ to rules.d/ (diff) | |
download | systemd-4f10b80786e8baa1399b6de6111d5b3a16bf99ba.tar.xz systemd-4f10b80786e8baa1399b6de6111d5b3a16bf99ba.zip |
Rename udev's hwdb/ to hwdb.d/
As in the parent commit, this makes the name consistent with the
rest of the source tree and the actuall installation path.
Diffstat (limited to 'test/hwdb.d')
-rw-r--r-- | test/hwdb.d/10-bad.hwdb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/hwdb.d/10-bad.hwdb b/test/hwdb.d/10-bad.hwdb new file mode 100644 index 0000000000..0e1e147323 --- /dev/null +++ b/test/hwdb.d/10-bad.hwdb @@ -0,0 +1,26 @@ +BAD:1:no properties + +BAD:2:no properties +BAD:2:no properties + +BAD:3:no properties +BAD:3:no properties +BAD:3:no properties + +GOOD:5:bad property + NO_VALUE + +GOOD:6:bad property + =NO_NAME + NO_VALUE= + +BAD:7:match at wrong place + X=Y +BAD:7:match at wrong place + +BAD:8:match at wrong place + X=Y +BAD:8:match at wrong place + Z=z + +BAD:8:match at EOF |