diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/udev-test.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index 6fbc23e557..873780d70a 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -802,6 +802,17 @@ KERNEL=="ttyUSB[0-9]*", NAME="ttyUSB%n", SYMLINK="symlink1-%n symlink2-%k symlin EOF }, { + desc => "multiple symlinks with a lot of s p a c e s", + subsys => "tty", + devpath => "/class/tty/ttyUSB0", + exp_name => "one", + not_exp_name => " ", + exp_target => "ttyUSB0", + rules => <<EOF +KERNEL=="ttyUSB[0-9]*", NAME="ttyUSB%n", SYMLINK=" one two " +EOF + }, + { desc => "symlink creation (same directory)", subsys => "tty", devpath => "/class/tty/ttyUSB0", |