aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-13 07:14:49 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:53:17 -0700
commit38285d23d702258d3b219532a9874555e797a292 (patch)
tree4a63bffdfac19b0666b1a50b217f3574390f256c /test
parent28ce66de1750320d7f09547d8910d42ae580fe5e (diff)
downloadudev-38285d23d702258d3b219532a9874555e797a292.tar.gz
[PATCH] add a test and simplify debug statement
Diffstat (limited to 'test')
-rw-r--r--test/udev-test.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index 8d66536b..ebceccec 100644
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -1161,6 +1161,16 @@ KERNEL=="sda1", PROGRAM!="/bin/false", NAME="nonzero-program"
BUS=="scsi", KERNEL=="sda1", NAME="wrong"
EOF
},
+ {
+ desc => "test for whitespace between the operator",
+ subsys => "block",
+ devpath => "/block/sda/sda1",
+ exp_name => "true",
+ conf => <<EOF
+KERNEL == "sda1" , NAME = "true"
+BUS=="scsi", KERNEL=="sda1", NAME="wrong"
+EOF
+ },
);
# set env