diff options
author | Martin Wilck <mwilck@suse.com> | 2018-04-24 18:16:59 +0200 |
---|---|---|
committer | Michal Sekletár <msekleta@redhat.com> | 2020-11-02 11:43:14 +0100 |
commit | 86634df43b715f3f77c7de73a3ef6566e5cdf571 (patch) | |
tree | 9efc482541ec4166ee87c7d798b7d9a02a6f41e8 /test/udev-test.pl | |
parent | test/udev-test.pl: Make some tests a little harder (diff) | |
download | systemd-86634df43b715f3f77c7de73a3ef6566e5cdf571.tar.xz systemd-86634df43b715f3f77c7de73a3ef6566e5cdf571.zip |
test/udev-test.pl: remove bogus rules from magic subsys test
These rules have survived from an ancient version of the code
and save no purpose any more.
Diffstat (limited to 'test/udev-test.pl')
-rwxr-xr-x | test/udev-test.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index a2f9748d0a..cd533a7cf5 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -2017,8 +2017,6 @@ EOF exp_perms => "0:0:0600", }], rules => <<EOF -KERNEL=="sda", PROGRAM="/bin/true create-envp" -KERNEL=="sda", ENV{TESTENV}="change-envp" KERNEL=="sda", SYMLINK+="%k-%s{[dmi/id]product_name}-end" EOF }, |