summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilck <mwilck@suse.com>2018-04-24 18:16:59 +0200
committerThe Plumber <50238977+systemd-rhel-bot@users.noreply.github.com>2021-01-25 15:05:18 +0100
commitc63273de445789ffeea961448fda51d21c924f8c (patch)
tree00cce1d713eb75ef00a26f36f5c97161b079b054
parent134a415c2d690e57d0f1add23e900e60bcef4627 (diff)
downloadsystemd-c63273de445789ffeea961448fda51d21c924f8c.tar.gz
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. (cherry picked from commit 86634df43b715f3f77c7de73a3ef6566e5cdf571) Related: #1642728
-rwxr-xr-xtest/udev-test.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index 7465b5859e..6928439d14 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
},