diff options
Diffstat (limited to 'test/udev-test.pl')
-rw-r--r-- | test/udev-test.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index 8d66536b94..ebceccecb2 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 |